Html Css Color HEX #571FCF Purple Heart

📋 copy color: '#571FCF'

red 87 ◦ green 31 ◦ blue 207

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

Shades of Purple Heart #571FCF

Tints of Purple Heart #571FCF

RGB

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

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

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

R = 26.77%
G = 9.54%
B = 63.69%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#571FCF (or 0x571FCF) is known color: Purple Heart. HEX triplet: 57, 1F and CF. RGB value is (87,31,207). Sum of RGB (Red+Green+Blue) = 87+31+207=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #571FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571FCF is #A8E030. Grayscale: #434343. Windows color (decimal): -11067441 or 13573975. OLE color: 13573975.

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

Color convert

RGB 87 31 207 -
CMYK 0.58 0.85 0 0.19
HSL 259.09º 0.74% 0.47% -
HSV(B) 259.09º 0.85% 0.81% -
XYZ 15.68 7.51 59.65 -
YUV 67.81 206.55 141.69 -
System Red Green Blue C M Y K H S L
Decimal 87 31 207 0.58 0.85 0 0.19 259.09 0.74 0.47
Hex 57 1F CF 3A 55 0 13 103 4A 2F
Octal 127 37 317 72 125 0 23 403 112 57
Binary 1010111 11111 11001111 111010 1010101 0 10011 100000011 1001010 101111

Color Harmonies of #571FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571FCF

Black with #571FCF

Text Example


Text Example

White with #571FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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