Html Css Color HEX #531160 Hot Purple

📋 copy color: '#531160'

red 83 ◦ green 17 ◦ blue 96

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

Shades of Hot Purple #531160

Tints of Hot Purple #531160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.67%

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

R = 42.35%
G = 8.67%
B = 48.98%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#531160 (or 0x531160) is known color: Hot Purple. HEX triplet: 53, 11 and 60. RGB value is (83,17,96). Sum of RGB (Red+Green+Blue) = 83+17+96=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #531160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531160 is #ACEE9F. Grayscale: #2D2D2D. Windows color (decimal): -11333280 or 6295891. OLE color: 6295891.

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

Color convert

RGB 83 17 96 -
CMYK 0.14 0.82 0 0.62
HSL 290.13º 0.7% 0.22% -
HSV(B) 290.13º 0.82% 0.38% -
XYZ 5.88 3.08 11.35 -
YUV 45.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 83 17 96 0.14 0.82 0 0.62 290.13 0.7 0.22
Hex 53 11 60 E 52 0 3E 122 46 16
Octal 123 21 140 16 122 0 76 442 106 26
Binary 1010011 10001 1100000 1110 1010010 0 111110 100100010 1000110 10110

Color Harmonies of #531160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531160

Black with #531160

Text Example


Text Example

White with #531160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531160; }

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

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

background-color css

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

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

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

border-color css

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

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

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