Html Css Color HEX #571CCE Purple Heart

📋 copy color: '#571CCE'

red 87 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #571CCE

Tints of Purple Heart #571CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.17%

R = 27.1%
G = 8.72%
B = 64.17%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#571CCE (or 0x571CCE) is known color: Purple Heart. HEX triplet: 57, 1C and CE. RGB value is (87,28,206). Sum of RGB (Red+Green+Blue) = 87+28+206=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #571CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571CCE is #A8E331. Grayscale: #414141. Windows color (decimal): -11068210 or 13507671. OLE color: 13507671.

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

Color convert

RGB 87 28 206 -
CMYK 0.58 0.86 0 0.19
HSL 259.89º 0.76% 0.46% -
HSV(B) 259.89º 0.86% 0.81% -
XYZ 15.49 7.31 58.99 -
YUV 65.93 207.05 143.03 -
System Red Green Blue C M Y K H S L
Decimal 87 28 206 0.58 0.86 0 0.19 259.89 0.76 0.46
Hex 57 1C CE 3A 56 0 13 104 4C 2E
Octal 127 34 316 72 126 0 23 404 114 56
Binary 1010111 11100 11001110 111010 1010110 0 10011 100000100 1001100 101110

Color Harmonies of #571CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571CCE

Black with #571CCE

Text Example


Text Example

White with #571CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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