Html Css Color HEX #570DCC Purple Heart

📋 copy color: '#570DCC'

red 87 ◦ green 13 ◦ blue 204

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

Shades of Purple Heart #570DCC

Tints of Purple Heart #570DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.28%

 BLUE value IS 204 (80.08% from 255) = 67.11%

R = 28.62%
G = 4.28%
B = 67.11%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#570DCC (or 0x570DCC) is known color: Purple Heart. HEX triplet: 57, 0D and CC. RGB value is (87,13,204). Sum of RGB (Red+Green+Blue) = 87+13+204=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #570DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570DCC is #A8F233. Grayscale: #383838. Windows color (decimal): -11072052 or 13372759. OLE color: 13372759.

HSL color Cylindrical-coordinate representation of color #570DCC: hue angle of 263.25º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570DCC is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 13 204 -
CMYK 0.57 0.94 0 0.2
HSL 263.25º 0.88% 0.43% -
HSV(B) 263.25º 0.94% 0.8% -
XYZ 14.97 6.67 57.63 -
YUV 56.9 211.02 149.47 -
System Red Green Blue C M Y K H S L
Decimal 87 13 204 0.57 0.94 0 0.2 263.25 0.88 0.43
Hex 57 D CC 39 5E 0 14 107 58 2B
Octal 127 15 314 71 136 0 24 407 130 53
Binary 1010111 1101 11001100 111001 1011110 0 10100 100000111 1011000 101011

Color Harmonies of #570DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570DCC

Black with #570DCC

Text Example


Text Example

White with #570DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,13,204); }

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

background-color css

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

 a { background-color: rgb(87,13,204); }

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

border-color css

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

 span { border-color: rgb(87,13,204); }

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