Html Css Color HEX #571CB8 Purple Heart

📋 copy color: '#571CB8'

red 87 ◦ green 28 ◦ blue 184

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

Shades of Purple Heart #571CB8

Tints of Purple Heart #571CB8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.36%

 BLUE value IS 184 (72.27% from 255) = 61.54%

R = 29.1%
G = 9.36%
B = 61.54%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#571CB8 (or 0x571CB8) is known color: Purple Heart. HEX triplet: 57, 1C and B8. RGB value is (87,28,184). Sum of RGB (Red+Green+Blue) = 87+28+184=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 184 (72.27% from 255 or 61.54% from 299); Max value from RGB is 184 - color contains mainly: blue. Hex color #571CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571CB8 is #A8E347. Grayscale: #3E3E3E. Windows color (decimal): -11068232 or 12065879. OLE color: 12065879.

HSL color Cylindrical-coordinate representation of color #571CB8: hue angle of 262.69º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #571CB8 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 87 28 184 -
CMYK 0.53 0.85 0 0.28
HSL 262.69º 0.74% 0.42% -
HSV(B) 262.69º 0.85% 0.72% -
XYZ 13 6.32 45.88 -
YUV 63.43 196.05 144.82 -
System Red Green Blue C M Y K H S L
Decimal 87 28 184 0.53 0.85 0 0.28 262.69 0.74 0.42
Hex 57 1C B8 35 55 0 1C 107 4A 2A
Octal 127 34 270 65 125 0 34 407 112 52
Binary 1010111 11100 10111000 110101 1010101 0 11100 100000111 1001010 101010

Color Harmonies of #571CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571CB8

Black with #571CB8

Text Example


Text Example

White with #571CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,28,184); }

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

background-color css

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

 a { background-color: rgb(87,28,184); }

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

border-color css

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

 span { border-color: rgb(87,28,184); }

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