Html Css Color HEX #531960 Hot Purple

📋 copy color: '#531960'

red 83 ◦ green 25 ◦ blue 96

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

Shades of Hot Purple #531960

Tints of Hot Purple #531960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.25%

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

R = 40.69%
G = 12.25%
B = 47.06%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#531960 (or 0x531960) is known color: Hot Purple. HEX triplet: 53, 19 and 60. RGB value is (83,25,96). Sum of RGB (Red+Green+Blue) = 83+25+96=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #531960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531960 is #ACE69F. Grayscale: #323232. Windows color (decimal): -11331232 or 6297939. OLE color: 6297939.

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

Color convert

RGB 83 25 96 -
CMYK 0.14 0.74 0 0.62
HSL 289.01º 0.59% 0.24% -
HSV(B) 289.01º 0.74% 0.38% -
XYZ 6.03 3.38 11.4 -
YUV 50.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 83 25 96 0.14 0.74 0 0.62 289.01 0.59 0.24
Hex 53 19 60 E 4A 0 3E 121 3B 18
Octal 123 31 140 16 112 0 76 441 73 30
Binary 1010011 11001 1100000 1110 1001010 0 111110 100100001 111011 11000

Color Harmonies of #531960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531960

Black with #531960

Text Example


Text Example

White with #531960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531960; }

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

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

background-color css

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

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

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

border-color css

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

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

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