Html Css Color HEX #531060 Hot Purple

📋 copy color: '#531060'

red 83 ◦ green 16 ◦ blue 96

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

Shades of Hot Purple #531060

Tints of Hot Purple #531060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.21%

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

R = 42.56%
G = 8.21%
B = 49.23%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#531060 (or 0x531060) is known color: Hot Purple. HEX triplet: 53, 10 and 60. RGB value is (83,16,96). Sum of RGB (Red+Green+Blue) = 83+16+96=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #531060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531060 is #ACEF9F. Grayscale: #2C2C2C. Windows color (decimal): -11333536 or 6295635. OLE color: 6295635.

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

Color convert

RGB 83 16 96 -
CMYK 0.14 0.83 0 0.62
HSL 290.25º 0.71% 0.22% -
HSV(B) 290.25º 0.83% 0.38% -
XYZ 5.86 3.05 11.35 -
YUV 45.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 83 16 96 0.14 0.83 0 0.62 290.25 0.71 0.22
Hex 53 10 60 E 53 0 3E 122 47 16
Octal 123 20 140 16 123 0 76 442 107 26
Binary 1010011 10000 1100000 1110 1010011 0 111110 100100010 1000111 10110

Color Harmonies of #531060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531060

Black with #531060

Text Example


Text Example

White with #531060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531060; }

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

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

background-color css

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

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

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

border-color css

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

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

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