Html Css Color HEX #570FAC Purple Heart

📋 copy color: '#570FAC'

red 87 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #570FAC

Tints of Purple Heart #570FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.47%

 BLUE value IS 172 (67.58% from 255) = 62.77%

R = 31.75%
G = 5.47%
B = 62.77%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#570FAC (or 0x570FAC) is known color: Purple Heart. HEX triplet: 57, 0F and AC. RGB value is (87,15,172). Sum of RGB (Red+Green+Blue) = 87+15+172=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #570FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570FAC is #A8F053. Grayscale: #353535. Windows color (decimal): -11071572 or 11276119. OLE color: 11276119.

HSL color Cylindrical-coordinate representation of color #570FAC: hue angle of 267.52º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570FAC is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 15 172 -
CMYK 0.49 0.91 0 0.33
HSL 267.52º 0.84% 0.37% -
HSV(B) 267.52º 0.91% 0.67% -
XYZ 11.55 5.35 39.45 -
YUV 54.43 194.35 151.23 -
System Red Green Blue C M Y K H S L
Decimal 87 15 172 0.49 0.91 0 0.33 267.52 0.84 0.37
Hex 57 F AC 31 5B 0 21 10C 54 25
Octal 127 17 254 61 133 0 41 414 124 45
Binary 1010111 1111 10101100 110001 1011011 0 100001 100001100 1010100 100101

Color Harmonies of #570FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570FAC

Black with #570FAC

Text Example


Text Example

White with #570FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570FAC; }

 p { color: rgb(87,15,172); }

 H1.HeaderClassName
 {
   color: #570FAC;
 }
 .AnyTagClassName
 {
   color: #570FAC;
 }
</style>

background-color css

<style>
 a { background-color: #570FAC; }

 a { background-color: rgb(87,15,172); }

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

border-color css

<style>
 span { border-color: #570FAC; }

 span { border-color: rgb(87,15,172); }

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