Html Css Color HEX #570CD2 Purple Heart

📋 copy color: '#570CD2'

red 87 ◦ green 12 ◦ blue 210

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

Shades of Purple Heart #570CD2

Tints of Purple Heart #570CD2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.88%

 BLUE value IS 210 (82.42% from 255) = 67.96%

R = 28.16%
G = 3.88%
B = 67.96%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#570CD2 (or 0x570CD2) is known color: Purple Heart. HEX triplet: 57, 0C and D2. RGB value is (87,12,210). Sum of RGB (Red+Green+Blue) = 87+12+210=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 210 (82.42% from 255 or 67.96% from 309); Max value from RGB is 210 - color contains mainly: blue. Hex color #570CD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570CD2 is #A8F32D. Grayscale: #383838. Windows color (decimal): -11072302 or 13765719. OLE color: 13765719.

HSL color Cylindrical-coordinate representation of color #570CD2: hue angle of 262.73º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570CD2 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 12 210 -
CMYK 0.59 0.94 0 0.18
HSL 262.73º 0.89% 0.44% -
HSV(B) 262.73º 0.94% 0.82% -
XYZ 15.69 6.94 61.49 -
YUV 57 214.35 149.4 -
System Red Green Blue C M Y K H S L
Decimal 87 12 210 0.59 0.94 0 0.18 262.73 0.89 0.44
Hex 57 C D2 3B 5E 0 12 107 59 2C
Octal 127 14 322 73 136 0 22 407 131 54
Binary 1010111 1100 11010010 111011 1011110 0 10010 100000111 1011001 101100

Color Harmonies of #570CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570CD2

Black with #570CD2

Text Example


Text Example

White with #570CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,12,210); }

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

background-color css

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

 a { background-color: rgb(87,12,210); }

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

border-color css

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

 span { border-color: rgb(87,12,210); }

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