#5610B3

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

Shades of Purple Heart #5610B3

Tints of Purple Heart #5610B3

Color information

#5610B3 (or 0x5610B3) is unknown color: approx Purple Heart. HEX triplet: 56, 10 and B3. RGB value is (86,16,179). Sum of RGB (Red+Green+Blue) = 86+16+179=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 179 (70.31% from 255 or 63.70% from 281); Max value from RGB is 179 - color contains mainly: blue. Hex color #5610B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5610B3 is #A9EF4C. Grayscale: #363636. Windows color (decimal): -11136845 or 11735126. OLE color: 11735126.

HSL color Cylindrical-coordinate representation of color #5610B3: hue angle of 265.77º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5610B3 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8616179-
CMYK0.520.9100.30
HSL265.77º83.59%38.24%-
HSV(B)265.77º91.06%70.2%-
XYZ12.165.643.09-
YUV55.51197.69149.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 16 (6.64% from 255) = 5.69%
BLUE value IS 179 (70.31% from 255) = 63.70%
R=30.60%
G=5.69%
B=63.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal86161790.520.9100.30265.7783.5938.24
Hex5610B3345B01E10a5426
Octal126202636413303641212446
Binary1010110100001011001111010010110110111101000010101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5610B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5610B3; }

 p { color: rgb(86,16,179); }

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

<style>
 a { background-color: #5610B3; }

 a { background-color: rgb(86,16,179); }

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

<style>
 span { border-color: #5610B3; }

 span { border-color: rgb(86,16,179); }

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