#5626B9

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

Shades of Purple Heart #5626B9

Tints of Purple Heart #5626B9

Color information

#5626B9 (or 0x5626B9) is unknown color: approx Purple Heart. HEX triplet: 56, 26 and B9. RGB value is (86,38,185). Sum of RGB (Red+Green+Blue) = 86+38+185=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 185 (72.66% from 255 or 59.87% from 309); Max value from RGB is 185 - color contains mainly: blue. Hex color #5626B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5626B9 is #A9D946. Grayscale: #444444. Windows color (decimal): -11131207 or 12133974. OLE color: 12133974.

HSL color Cylindrical-coordinate representation of color #5626B9: hue angle of 259.59º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5626B9 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8638185-
CMYK0.540.7900.27
HSL259.59º65.92%43.73%-
HSV(B)259.59º79.46%72.55%-
XYZ13.296.8746.52-
YUV69.11193.4140.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 38 (15.23% from 255) = 12.30%
BLUE value IS 185 (72.66% from 255) = 59.87%
R=27.83%
G=12.30%
B=59.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86381850.540.7900.27259.5965.9243.73
Hex5626B9364F01B104422c
Octal126462716611703340410254
Binary10101101001101011100111011010011110110111000001001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5626B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5626B9; }

 p { color: rgb(86,38,185); }

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

<style>
 a { background-color: #5626B9; }

 a { background-color: rgb(86,38,185); }

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

<style>
 span { border-color: #5626B9; }

 span { border-color: rgb(86,38,185); }

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