Html Css Color HEX #571ACE Purple Heart

📋 copy color: '#571ACE'

red 87 ◦ green 26 ◦ blue 206

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

Shades of Purple Heart #571ACE

Tints of Purple Heart #571ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.15%

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

R = 27.27%
G = 8.15%
B = 64.58%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#571ACE (or 0x571ACE) is known color: Purple Heart. HEX triplet: 57, 1A and CE. RGB value is (87,26,206). Sum of RGB (Red+Green+Blue) = 87+26+206=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #571ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571ACE is #A8E531. Grayscale: #404040. Windows color (decimal): -11068722 or 13507159. OLE color: 13507159.

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

Color convert

RGB 87 26 206 -
CMYK 0.58 0.87 0 0.19
HSL 260.33º 0.78% 0.45% -
HSV(B) 260.33º 0.87% 0.81% -
XYZ 15.44 7.22 58.97 -
YUV 64.76 207.71 143.86 -
System Red Green Blue C M Y K H S L
Decimal 87 26 206 0.58 0.87 0 0.19 260.33 0.78 0.45
Hex 57 1A CE 3A 57 0 13 104 4E 2D
Octal 127 32 316 72 127 0 23 404 116 55
Binary 1010111 11010 11001110 111010 1010111 0 10011 100000100 1001110 101101

Color Harmonies of #571ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571ACE

Black with #571ACE

Text Example


Text Example

White with #571ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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