Html Css Color HEX #571ACF Purple Heart

📋 copy color: '#571ACF'

red 87 ◦ green 26 ◦ blue 207

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

Shades of Purple Heart #571ACF

Tints of Purple Heart #571ACF

RGB

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

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

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

R = 27.19%
G = 8.13%
B = 64.69%

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

#571ACF (or 0x571ACF) is known color: Purple Heart. HEX triplet: 57, 1A and CF. RGB value is (87,26,207). Sum of RGB (Red+Green+Blue) = 87+26+207=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #571ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571ACF is #A8E530. Grayscale: #404040. Windows color (decimal): -11068721 or 13572695. OLE color: 13572695.

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

Color convert

RGB 87 26 207 -
CMYK 0.58 0.87 0 0.19
HSL 260.22º 0.78% 0.46% -
HSV(B) 260.22º 0.87% 0.81% -
XYZ 15.56 7.27 59.61 -
YUV 64.87 208.21 143.78 -
System Red Green Blue C M Y K H S L
Decimal 87 26 207 0.58 0.87 0 0.19 260.22 0.78 0.46
Hex 57 1A CF 3A 57 0 13 104 4E 2E
Octal 127 32 317 72 127 0 23 404 116 56
Binary 1010111 11010 11001111 111010 1010111 0 10011 100000100 1001110 101110

Color Harmonies of #571ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571ACF

Black with #571ACF

Text Example


Text Example

White with #571ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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