Html Css Color HEX #571FCD Purple Heart

📋 copy color: '#571FCD'

red 87 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #571FCD

Tints of Purple Heart #571FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.6%

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

R = 26.93%
G = 9.6%
B = 63.47%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#571FCD (or 0x571FCD) is known color: Purple Heart. HEX triplet: 57, 1F and CD. RGB value is (87,31,205). Sum of RGB (Red+Green+Blue) = 87+31+205=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #571FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571FCD is #A8E032. Grayscale: #424242. Windows color (decimal): -11067443 or 13442903. OLE color: 13442903.

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

Color convert

RGB 87 31 205 -
CMYK 0.58 0.85 0 0.20
HSL 259.31º 0.74% 0.46% -
HSV(B) 259.31º 0.85% 0.8% -
XYZ 15.44 7.41 58.37 -
YUV 67.58 205.55 141.85 -
System Red Green Blue C M Y K H S L
Decimal 87 31 205 0.58 0.85 0 0.20 259.31 0.74 0.46
Hex 57 1F CD 3A 55 0 14 103 4A 2E
Octal 127 37 315 72 125 0 24 403 112 56
Binary 1010111 11111 11001101 111010 1010101 0 10100 100000011 1001010 101110

Color Harmonies of #571FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571FCD

Black with #571FCD

Text Example


Text Example

White with #571FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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