#571BB6

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

Shades of Purple Heart #571BB6

Tints of Purple Heart #571BB6

Color information

#571BB6 (or 0x571BB6) is unknown color: approx Purple Heart. HEX triplet: 57, 1B and B6. RGB value is (87,27,182). Sum of RGB (Red+Green+Blue) = 87+27+182=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 182 (71.48% from 255 or 61.49% from 296); Max value from RGB is 182 - color contains mainly: blue. Hex color #571BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571BB6 is #A8E449. Grayscale: #3E3E3E. Windows color (decimal): -11068490 or 11934551. OLE color: 11934551.

HSL color Cylindrical-coordinate representation of color #571BB6: hue angle of 263.23º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #571BB6 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8727182-
CMYK0.520.8500.29
HSL263.23º74.16%40.98%-
HSV(B)263.23º85.16%71.37%-
XYZ12.776.1944.78-
YUV62.61195.38145.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.39%
GREEN value IS 27 (10.94% from 255) = 9.12%
BLUE value IS 182 (71.48% from 255) = 61.49%
R=29.39%
G=9.12%
B=61.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal87271820.520.8500.29263.2374.1640.98
Hex571BB6345501D1074a29
Octal127332666412503540711251
Binary1010111110111011011011010010101010111011000001111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571BB6; }

 p { color: rgb(87,27,182); }

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

<style>
 a { background-color: #571BB6; }

 a { background-color: rgb(87,27,182); }

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

<style>
 span { border-color: #571BB6; }

 span { border-color: rgb(87,27,182); }

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