Html Css Color HEX #531860 Hot Purple

📋 copy color: '#531860'

red 83 ◦ green 24 ◦ blue 96

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

Shades of Hot Purple #531860

Tints of Hot Purple #531860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 47.29%

R = 40.89%
G = 11.82%
B = 47.29%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#531860 (or 0x531860) is known color: Hot Purple. HEX triplet: 53, 18 and 60. RGB value is (83,24,96). Sum of RGB (Red+Green+Blue) = 83+24+96=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #531860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531860 is #ACE79F. Grayscale: #313131. Windows color (decimal): -11331488 or 6297683. OLE color: 6297683.

HSL color Cylindrical-coordinate representation of color #531860: hue angle of 289.17º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531860 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 24 96 -
CMYK 0.14 0.75 0 0.62
HSL 289.17º 0.6% 0.24% -
HSV(B) 289.17º 0.75% 0.38% -
XYZ 6.01 3.34 11.39 -
YUV 49.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 83 24 96 0.14 0.75 0 0.62 289.17 0.6 0.24
Hex 53 18 60 E 4B 0 3E 121 3C 18
Octal 123 30 140 16 113 0 76 441 74 30
Binary 1010011 11000 1100000 1110 1001011 0 111110 100100001 111100 11000

Color Harmonies of #531860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531860

Black with #531860

Text Example


Text Example

White with #531860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531860; }

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

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

background-color css

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

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

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

border-color css

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

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

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