Html Css Color HEX #570BD2 Purple Heart

📋 copy color: '#570BD2'

red 87 ◦ green 11 ◦ blue 210

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

Shades of Purple Heart #570BD2

Tints of Purple Heart #570BD2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.57%

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

R = 28.25%
G = 3.57%
B = 68.18%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#570BD2 (or 0x570BD2) is known color: Purple Heart. HEX triplet: 57, 0B and D2. RGB value is (87,11,210). Sum of RGB (Red+Green+Blue) = 87+11+210=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 210 (82.42% from 255 or 68.18% from 308); Max value from RGB is 210 - color contains mainly: blue. Hex color #570BD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570BD2 is #A8F42D. Grayscale: #373737. Windows color (decimal): -11072558 or 13765463. OLE color: 13765463.

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

Color convert

RGB 87 11 210 -
CMYK 0.59 0.95 0 0.18
HSL 262.91º 0.9% 0.43% -
HSV(B) 262.91º 0.95% 0.82% -
XYZ 15.68 6.92 61.48 -
YUV 56.41 214.68 149.82 -
System Red Green Blue C M Y K H S L
Decimal 87 11 210 0.59 0.95 0 0.18 262.91 0.9 0.43
Hex 57 B D2 3B 5F 0 12 107 5A 2B
Octal 127 13 322 73 137 0 22 407 132 53
Binary 1010111 1011 11010010 111011 1011111 0 10010 100000111 1011010 101011

Color Harmonies of #570BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570BD2

Black with #570BD2

Text Example


Text Example

White with #570BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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