Html Css Color HEX #571BCD Purple Heart

📋 copy color: '#571BCD'

red 87 ◦ green 27 ◦ blue 205

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

Shades of Purple Heart #571BCD

Tints of Purple Heart #571BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.26%

R = 27.27%
G = 8.46%
B = 64.26%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#571BCD (or 0x571BCD) is known color: Purple Heart. HEX triplet: 57, 1B and CD. RGB value is (87,27,205). Sum of RGB (Red+Green+Blue) = 87+27+205=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #571BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571BCD is #A8E432. Grayscale: #404040. Windows color (decimal): -11068467 or 13441879. OLE color: 13441879.

HSL color Cylindrical-coordinate representation of color #571BCD: hue angle of 260.22º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #571BCD is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 27 205 -
CMYK 0.58 0.87 0 0.20
HSL 260.22º 0.77% 0.45% -
HSV(B) 260.22º 0.87% 0.8% -
XYZ 15.34 7.22 58.34 -
YUV 65.23 206.88 143.53 -
System Red Green Blue C M Y K H S L
Decimal 87 27 205 0.58 0.87 0 0.20 260.22 0.77 0.45
Hex 57 1B CD 3A 57 0 14 104 4D 2D
Octal 127 33 315 72 127 0 24 404 115 55
Binary 1010111 11011 11001101 111010 1010111 0 10100 100000100 1001101 101101

Color Harmonies of #571BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571BCD

Black with #571BCD

Text Example


Text Example

White with #571BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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