Html Css Color HEX #571CCD Purple Heart

📋 copy color: '#571CCD'

red 87 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #571CCD

Tints of Purple Heart #571CCD

RGB

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

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

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

R = 27.19%
G = 8.75%
B = 64.06%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#571CCD (or 0x571CCD) is known color: Purple Heart. HEX triplet: 57, 1C and CD. RGB value is (87,28,205). Sum of RGB (Red+Green+Blue) = 87+28+205=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #571CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571CCD is #A8E332. Grayscale: #414141. Windows color (decimal): -11068211 or 13442135. OLE color: 13442135.

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

Color convert

RGB 87 28 205 -
CMYK 0.58 0.86 0 0.20
HSL 260º 0.76% 0.46% -
HSV(B) 260º 0.86% 0.8% -
XYZ 15.37 7.26 58.35 -
YUV 65.82 206.55 143.11 -
System Red Green Blue C M Y K H S L
Decimal 87 28 205 0.58 0.86 0 0.20 260 0.76 0.46
Hex 57 1C CD 3A 56 0 14 104 4C 2E
Octal 127 34 315 72 126 0 24 404 114 56
Binary 1010111 11100 11001101 111010 1010110 0 10100 100000100 1001100 101110

Color Harmonies of #571CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571CCD

Black with #571CCD

Text Example


Text Example

White with #571CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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