Html Css Color HEX #531161 Hot Purple

📋 copy color: '#531161'

red 83 ◦ green 17 ◦ blue 97

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

Shades of Hot Purple #531161

Tints of Hot Purple #531161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 49.24%

R = 42.13%
G = 8.63%
B = 49.24%

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

#531161 (or 0x531161) is known color: Hot Purple. HEX triplet: 53, 11 and 61. RGB value is (83,17,97). Sum of RGB (Red+Green+Blue) = 83+17+97=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #531161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531161 is #ACEE9E. Grayscale: #2D2D2D. Windows color (decimal): -11333279 or 6361427. OLE color: 6361427.

HSL color Cylindrical-coordinate representation of color #531161: hue angle of 289.5º 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 #531161 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 17 97 -
CMYK 0.14 0.82 0 0.62
HSL 289.5º 0.7% 0.22% -
HSV(B) 289.5º 0.82% 0.38% -
XYZ 5.93 3.1 11.6 -
YUV 45.85 156.87 154.5 -
System Red Green Blue C M Y K H S L
Decimal 83 17 97 0.14 0.82 0 0.62 289.5 0.7 0.22
Hex 53 11 61 E 52 0 3E 122 46 16
Octal 123 21 141 16 122 0 76 442 106 26
Binary 1010011 10001 1100001 1110 1010010 0 111110 100100010 1000110 10110

Color Harmonies of #531161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531161

Black with #531161

Text Example


Text Example

White with #531161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531161; }

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

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

background-color css

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

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

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

border-color css

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

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

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