Html Css Color HEX #531C5F Hot Purple

📋 copy color: '#531C5F'

red 83 ◦ green 28 ◦ blue 95

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

Shades of Hot Purple #531C5F

Tints of Hot Purple #531C5F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.59%

 BLUE value IS 95 (37.5% from 255) = 46.12%

R = 40.29%
G = 13.59%
B = 46.12%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#531C5F (or 0x531C5F) is known color: Hot Purple. HEX triplet: 53, 1C and 5F. RGB value is (83,28,95). Sum of RGB (Red+Green+Blue) = 83+28+95=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #531C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531C5F is #ACE3A0. Grayscale: #333333. Windows color (decimal): -11330465 or 6233171. OLE color: 6233171.

HSL color Cylindrical-coordinate representation of color #531C5F: hue angle of 289.25º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #531C5F is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 28 95 -
CMYK 0.13 0.71 0 0.63
HSL 289.25º 0.54% 0.24% -
HSV(B) 289.25º 0.71% 0.37% -
XYZ 6.05 3.5 11.18 -
YUV 52.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 83 28 95 0.13 0.71 0 0.63 289.25 0.54 0.24
Hex 53 1C 5F D 47 0 3F 121 36 18
Octal 123 34 137 15 107 0 77 441 66 30
Binary 1010011 11100 1011111 1101 1000111 0 111111 100100001 110110 11000

Color Harmonies of #531C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C5F

Black with #531C5F

Text Example


Text Example

White with #531C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,28,95); }

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

background-color css

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

 a { background-color: rgb(83,28,95); }

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

border-color css

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

 span { border-color: rgb(83,28,95); }

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