Html Css Color HEX #570BCE Purple Heart

📋 copy color: '#570BCE'

red 87 ◦ green 11 ◦ blue 206

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

Shades of Purple Heart #570BCE

Tints of Purple Heart #570BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.76%

R = 28.62%
G = 3.62%
B = 67.76%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#570BCE (or 0x570BCE) is known color: Purple Heart. HEX triplet: 57, 0B and CE. RGB value is (87,11,206). Sum of RGB (Red+Green+Blue) = 87+11+206=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #570BCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570BCE is #A8F431. Grayscale: #373737. Windows color (decimal): -11072562 or 13503319. OLE color: 13503319.

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

Color convert

RGB 87 11 206 -
CMYK 0.58 0.95 0 0.19
HSL 263.38º 0.9% 0.43% -
HSV(B) 263.38º 0.95% 0.81% -
XYZ 15.19 6.72 58.89 -
YUV 55.95 212.68 150.14 -
System Red Green Blue C M Y K H S L
Decimal 87 11 206 0.58 0.95 0 0.19 263.38 0.9 0.43
Hex 57 B CE 3A 5F 0 13 107 5A 2B
Octal 127 13 316 72 137 0 23 407 132 53
Binary 1010111 1011 11001110 111010 1011111 0 10011 100000111 1011010 101011

Color Harmonies of #570BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570BCE

Black with #570BCE

Text Example


Text Example

White with #570BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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