Html Css Color HEX #572559 Hot Purple

📋 copy color: '#572559'

red 87 ◦ green 37 ◦ blue 89

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

Shades of Hot Purple #572559

Tints of Hot Purple #572559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.37%

 BLUE value IS 89 (35.16% from 255) = 41.78%

R = 40.85%
G = 17.37%
B = 41.78%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#572559 (or 0x572559) is known color: Hot Purple. HEX triplet: 57, 25 and 59. RGB value is (87,37,89). Sum of RGB (Red+Green+Blue) = 87+37+89=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #572559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572559 is #A8DAA6. Grayscale: #393939. Windows color (decimal): -11066023 or 5842263. OLE color: 5842263.

HSL color Cylindrical-coordinate representation of color #572559: hue angle of 297.69º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #572559 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 37 89 -
CMYK 0.02 0.58 0 0.65
HSL 297.69º 0.41% 0.25% -
HSV(B) 297.69º 0.58% 0.35% -
XYZ 6.4 4.07 9.9 -
YUV 57.88 145.57 148.77 -
System Red Green Blue C M Y K H S L
Decimal 87 37 89 0.02 0.58 0 0.65 297.69 0.41 0.25
Hex 57 25 59 2 3A 0 41 12A 29 19
Octal 127 45 131 2 72 0 101 452 51 31
Binary 1010111 100101 1011001 10 111010 0 1000001 100101010 101001 11001

Color Harmonies of #572559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572559

Black with #572559

Text Example


Text Example

White with #572559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572559; }

 p { color: rgb(87,37,89); }

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

background-color css

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

 a { background-color: rgb(87,37,89); }

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

border-color css

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

 span { border-color: rgb(87,37,89); }

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