#570BBB

Color #570BBB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #570BBB

Tints of Purple Heart #570BBB

Color information

#570BBB (or 0x570BBB) is unknown color: approx Purple Heart. HEX triplet: 57, 0B and BB. RGB value is (87,11,187). Sum of RGB (Red+Green+Blue) = 87+11+187=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #570BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570BBB is #A8F444. Grayscale: #353535. Windows color (decimal): -11072581 or 12258135. OLE color: 12258135.

HSL color Cylindrical-coordinate representation of color #570BBB: hue angle of 265.91º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570BBB is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8711187-
CMYK0.530.9400.27
HSL265.91º88.89%38.82%-
HSV(B)265.91º94.12%73.33%-
XYZ13.025.8547.46-
YUV53.79203.18151.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.53%
GREEN value IS 11 (4.69% from 255) = 3.86%
BLUE value IS 187 (73.44% from 255) = 65.61%
R=30.53%
G=3.86%
B=65.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87111870.530.9400.27265.9188.8938.82
Hex57BBB355E01B10a5927
Octal127132736513603341213147
Binary101011110111011101111010110111100110111000010101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #570BBB;
 }
 .AnyTagClassName
 {
   color: #570BBB;
 }
</style>
background-color css

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

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

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

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

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

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