Html Css Color HEX #571B5F Hot Purple

📋 copy color: '#571B5F'

red 87 ◦ green 27 ◦ blue 95

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

Shades of Hot Purple #571B5F

Tints of Hot Purple #571B5F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.92%

 BLUE value IS 95 (37.5% from 255) = 45.45%

R = 41.63%
G = 12.92%
B = 45.45%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#571B5F (or 0x571B5F) is known color: Hot Purple. HEX triplet: 57, 1B and 5F. RGB value is (87,27,95). Sum of RGB (Red+Green+Blue) = 87+27+95=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #571B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571B5F is #A8E4A0. Grayscale: #343434. Windows color (decimal): -11068577 or 6232919. OLE color: 6232919.

HSL color Cylindrical-coordinate representation of color #571B5F: hue angle of 292.94º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #571B5F is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 27 95 -
CMYK 0.08 0.72 0 0.63
HSL 292.94º 0.56% 0.24% -
HSV(B) 292.94º 0.72% 0.37% -
XYZ 6.39 3.64 11.19 -
YUV 52.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 87 27 95 0.08 0.72 0 0.63 292.94 0.56 0.24
Hex 57 1B 5F 8 48 0 3F 125 38 18
Octal 127 33 137 10 110 0 77 445 70 30
Binary 1010111 11011 1011111 1000 1001000 0 111111 100100101 111000 11000

Color Harmonies of #571B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571B5F

Black with #571B5F

Text Example


Text Example

White with #571B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571B5F; }

 p { color: rgb(87,27,95); }

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

background-color css

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

 a { background-color: rgb(87,27,95); }

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

border-color css

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

 span { border-color: rgb(87,27,95); }

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