Html Css Color HEX #572363 Hot Purple

📋 copy color: '#572363'

red 87 ◦ green 35 ◦ blue 99

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

Shades of Hot Purple #572363

Tints of Hot Purple #572363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.84%

 BLUE value IS 99 (39.06% from 255) = 44.8%

R = 39.37%
G = 15.84%
B = 44.8%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#572363 (or 0x572363) is known color: Hot Purple. HEX triplet: 57, 23 and 63. RGB value is (87,35,99). Sum of RGB (Red+Green+Blue) = 87+35+99=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #572363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572363 is #A8DC9C. Grayscale: #393939. Windows color (decimal): -11066525 or 6497111. OLE color: 6497111.

HSL color Cylindrical-coordinate representation of color #572363: hue angle of 288.75º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #572363 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 87 35 99 -
CMYK 0.12 0.65 0 0.61
HSL 288.75º 0.48% 0.26% -
HSV(B) 288.75º 0.65% 0.39% -
XYZ 6.78 4.13 12.24 -
YUV 57.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 87 35 99 0.12 0.65 0 0.61 288.75 0.48 0.26
Hex 57 23 63 C 41 0 3D 121 30 1A
Octal 127 43 143 14 101 0 75 441 60 32
Binary 1010111 100011 1100011 1100 1000001 0 111101 100100001 110000 11010

Color Harmonies of #572363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572363

Black with #572363

Text Example


Text Example

White with #572363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572363; }

 p { color: rgb(87,35,99); }

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

background-color css

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

 a { background-color: rgb(87,35,99); }

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

border-color css

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

 span { border-color: rgb(87,35,99); }

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