Html Css Color HEX #531B51 Hot Purple

📋 copy color: '#531B51'

red 83 ◦ green 27 ◦ blue 81

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

Shades of Hot Purple #531B51

Tints of Hot Purple #531B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 42.41%

R = 43.46%
G = 14.14%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#531B51 (or 0x531B51) is known color: Hot Purple. HEX triplet: 53, 1B and 51. RGB value is (83,27,81). Sum of RGB (Red+Green+Blue) = 83+27+81=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #531B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531B51 is #ACE4AE. Grayscale: #313131. Windows color (decimal): -11330735 or 5315411. OLE color: 5315411.

HSL color Cylindrical-coordinate representation of color #531B51: hue angle of 302.14º 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 #531B51 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 27 81 -
CMYK 0 0.67 0.02 0.67
HSL 302.14º 0.51% 0.22% -
HSV(B) 302.14º 0.67% 0.33% -
XYZ 5.44 3.22 8.12 -
YUV 49.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 83 27 81 0 0.67 0.02 0.67 302.14 0.51 0.22
Hex 53 1B 51 0 43 2 43 12E 33 16
Octal 123 33 121 0 103 2 103 456 63 26
Binary 1010011 11011 1010001 0 1000011 10 1000011 100101110 110011 10110

Color Harmonies of #531B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B51

Black with #531B51

Text Example


Text Example

White with #531B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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