Html Css Color HEX #531B52 Hot Purple

📋 copy color: '#531B52'

red 83 ◦ green 27 ◦ blue 82

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

Shades of Hot Purple #531B52

Tints of Hot Purple #531B52

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.06%

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

R = 43.23%
G = 14.06%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#531B52 (or 0x531B52) is known color: Hot Purple. HEX triplet: 53, 1B and 52. RGB value is (83,27,82). Sum of RGB (Red+Green+Blue) = 83+27+82=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #531B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531B52 is #ACE4AD. Grayscale: #313131. Windows color (decimal): -11330734 or 5380947. OLE color: 5380947.

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

Color convert

RGB 83 27 82 -
CMYK 0 0.67 0.01 0.67
HSL 301.07º 0.51% 0.22% -
HSV(B) 301.07º 0.67% 0.33% -
XYZ 5.48 3.23 8.32 -
YUV 50.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 83 27 82 0 0.67 0.01 0.67 301.07 0.51 0.22
Hex 53 1B 52 0 43 1 43 12D 33 16
Octal 123 33 122 0 103 1 103 455 63 26
Binary 1010011 11011 1010010 0 1000011 1 1000011 100101101 110011 10110

Color Harmonies of #531B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B52

Black with #531B52

Text Example


Text Example

White with #531B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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