Html Css Color HEX #571565 Hot Purple

📋 copy color: '#571565'

red 87 ◦ green 21 ◦ blue 101

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

Shades of Hot Purple #571565

Tints of Hot Purple #571565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.05%

 BLUE value IS 101 (39.84% from 255) = 48.33%

R = 41.63%
G = 10.05%
B = 48.33%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#571565 (or 0x571565) is known color: Hot Purple. HEX triplet: 57, 15 and 65. RGB value is (87,21,101). Sum of RGB (Red+Green+Blue) = 87+21+101=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #571565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571565 is #A8EA9A. Grayscale: #313131. Windows color (decimal): -11070107 or 6624599. OLE color: 6624599.

HSL color Cylindrical-coordinate representation of color #571565: hue angle of 289.5º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571565 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 21 101 -
CMYK 0.14 0.79 0 0.60
HSL 289.5º 0.66% 0.24% -
HSV(B) 289.5º 0.79% 0.4% -
XYZ 6.55 3.5 12.64 -
YUV 49.85 156.87 154.5 -
System Red Green Blue C M Y K H S L
Decimal 87 21 101 0.14 0.79 0 0.60 289.5 0.66 0.24
Hex 57 15 65 E 4F 0 3C 122 42 18
Octal 127 25 145 16 117 0 74 442 102 30
Binary 1010111 10101 1100101 1110 1001111 0 111100 100100010 1000010 11000

Color Harmonies of #571565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571565

Black with #571565

Text Example


Text Example

White with #571565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571565; }

 p { color: rgb(87,21,101); }

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

background-color css

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

 a { background-color: rgb(87,21,101); }

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

border-color css

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

 span { border-color: rgb(87,21,101); }

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