Html Css Color HEX #570DD1 Purple Heart

📋 copy color: '#570DD1'

red 87 ◦ green 13 ◦ blue 209

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

Shades of Purple Heart #570DD1

Tints of Purple Heart #570DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 67.64%

R = 28.16%
G = 4.21%
B = 67.64%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#570DD1 (or 0x570DD1) is known color: Purple Heart. HEX triplet: 57, 0D and D1. RGB value is (87,13,209). Sum of RGB (Red+Green+Blue) = 87+13+209=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 209 (82.03% from 255 or 67.64% from 309); Max value from RGB is 209 - color contains mainly: blue. Hex color #570DD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570DD1 is #A8F22E. Grayscale: #383838. Windows color (decimal): -11072047 or 13700439. OLE color: 13700439.

HSL color Cylindrical-coordinate representation of color #570DD1: hue angle of 262.65º degrees, saturation: 0.88, 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 #570DD1 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 13 209 -
CMYK 0.58 0.94 0 0.18
HSL 262.65º 0.88% 0.44% -
HSV(B) 262.65º 0.94% 0.82% -
XYZ 15.58 6.92 60.84 -
YUV 57.47 213.52 149.06 -
System Red Green Blue C M Y K H S L
Decimal 87 13 209 0.58 0.94 0 0.18 262.65 0.88 0.44
Hex 57 D D1 3A 5E 0 12 107 58 2C
Octal 127 15 321 72 136 0 22 407 130 54
Binary 1010111 1101 11010001 111010 1011110 0 10010 100000111 1011000 101100

Color Harmonies of #570DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570DD1

Black with #570DD1

Text Example


Text Example

White with #570DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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