Html Css Color HEX #572061 Hot Purple

📋 copy color: '#572061'

red 87 ◦ green 32 ◦ blue 97

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

Shades of Hot Purple #572061

Tints of Hot Purple #572061

RGB

 RED value IS 87 (34.38% from 255) = 40.28%

 GREEN value IS 32 (12.89% from 255) = 14.81%

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

R = 40.28%
G = 14.81%
B = 44.91%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#572061 (or 0x572061) is known color: Hot Purple. HEX triplet: 57, 20 and 61. RGB value is (87,32,97). Sum of RGB (Red+Green+Blue) = 87+32+97=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #572061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572061 is #A8DF9E. Grayscale: #373737. Windows color (decimal): -11067295 or 6365271. OLE color: 6365271.

HSL color Cylindrical-coordinate representation of color #572061: hue angle of 290.77º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #572061 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 32 97 -
CMYK 0.10 0.67 0 0.62
HSL 290.77º 0.5% 0.25% -
HSV(B) 290.77º 0.67% 0.38% -
XYZ 6.6 3.92 11.72 -
YUV 55.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 87 32 97 0.10 0.67 0 0.62 290.77 0.5 0.25
Hex 57 20 61 A 43 0 3E 123 32 19
Octal 127 40 141 12 103 0 76 443 62 31
Binary 1010111 100000 1100001 1010 1000011 0 111110 100100011 110010 11001

Color Harmonies of #572061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572061

Black with #572061

Text Example


Text Example

White with #572061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572061; }

 p { color: rgb(87,32,97); }

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

background-color css

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

 a { background-color: rgb(87,32,97); }

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

border-color css

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

 span { border-color: rgb(87,32,97); }

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