Html Css Color HEX #531852 Hot Purple

📋 copy color: '#531852'

red 83 ◦ green 24 ◦ blue 82

#531852
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #531852

Tints of Hot Purple #531852

RGB

 RED value IS 83 (32.81% from 255) = 43.92%

 GREEN value IS 24 (9.77% from 255) = 12.7%

 BLUE value IS 82 (32.42% from 255) = 43.39%

R = 43.92%
G = 12.7%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#531852 (or 0x531852) is known color: Hot Purple. HEX triplet: 53, 18 and 52. RGB value is (83,24,82). Sum of RGB (Red+Green+Blue) = 83+24+82=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #531852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531852 is #ACE7AD. Grayscale: #303030. Windows color (decimal): -11331502 or 5380179. OLE color: 5380179.

HSL color Cylindrical-coordinate representation of color #531852: hue angle of 301.02º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #531852 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 82 -
CMYK 0 0.71 0.01 0.67
HSL 301.02º 0.55% 0.21% -
HSV(B) 301.02º 0.71% 0.33% -
XYZ 5.42 3.1 8.3 -
YUV 48.25 147.05 152.78 -
System Red Green Blue C M Y K H S L
Decimal 83 24 82 0 0.71 0.01 0.67 301.02 0.55 0.21
Hex 53 18 52 0 47 1 43 12D 37 15
Octal 123 30 122 0 107 1 103 455 67 25
Binary 1010011 11000 1010010 0 1000111 1 1000011 100101101 110111 10101

Color Harmonies of #531852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531852

Black with #531852

Text Example


Text Example

White with #531852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531852; }

 p { color: rgb(83,24,82); }

 H1.HeaderClassName
 {
   color: #531852;
 }
 .AnyTagClassName
 {
   color: #531852;
 }
</style>

background-color css

<style>
 a { background-color: #531852; }

 a { background-color: rgb(83,24,82); }

 div.DivClassName
 {
   background-color: #531852;
 }
 .BgClassName
 {
   background-color: #531852;
 }
</style>

border-color css

<style>
 span { border-color: #531852; }

 span { border-color: rgb(83,24,82); }

 td.TdClassName
 {
   border-color: #531852;
 }
 .TagClassName
 {
   border-color: #531852;
 }
</style>