Html Css Color HEX #571CCF Purple Heart

📋 copy color: '#571CCF'

red 87 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #571CCF

Tints of Purple Heart #571CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.29%

R = 27.02%
G = 8.7%
B = 64.29%

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

#571CCF (or 0x571CCF) is known color: Purple Heart. HEX triplet: 57, 1C and CF. RGB value is (87,28,207). Sum of RGB (Red+Green+Blue) = 87+28+207=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #571CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571CCF is #A8E330. Grayscale: #414141. Windows color (decimal): -11068209 or 13573207. OLE color: 13573207.

HSL color Cylindrical-coordinate representation of color #571CCF: hue angle of 259.78º 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 #571CCF is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 28 207 -
CMYK 0.58 0.86 0 0.19
HSL 259.78º 0.76% 0.46% -
HSV(B) 259.78º 0.86% 0.81% -
XYZ 15.61 7.36 59.63 -
YUV 66.05 207.55 142.95 -
System Red Green Blue C M Y K H S L
Decimal 87 28 207 0.58 0.86 0 0.19 259.78 0.76 0.46
Hex 57 1C CF 3A 56 0 13 104 4C 2E
Octal 127 34 317 72 126 0 23 404 114 56
Binary 1010111 11100 11001111 111010 1010110 0 10011 100000100 1001100 101110

Color Harmonies of #571CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571CCF

Black with #571CCF

Text Example


Text Example

White with #571CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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