#5626B8

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

Shades of Purple Heart #5626B8

Tints of Purple Heart #5626B8

Color information

#5626B8 (or 0x5626B8) is unknown color: approx Purple Heart. HEX triplet: 56, 26 and B8. RGB value is (86,38,184). Sum of RGB (Red+Green+Blue) = 86+38+184=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 184 (72.27% from 255 or 59.74% from 308); Max value from RGB is 184 - color contains mainly: blue. Hex color #5626B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5626B8 is #A9D947. Grayscale: #444444. Windows color (decimal): -11131208 or 12068438. OLE color: 12068438.

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

Color convert

RGB8638184-
CMYK0.530.7900.28
HSL259.73º65.77%43.53%-
HSV(B)259.73º79.35%72.16%-
XYZ13.186.8345.97-
YUV69192.9140.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 38 (15.23% from 255) = 12.34%
BLUE value IS 184 (72.27% from 255) = 59.74%
R=27.92%
G=12.34%
B=59.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal86381840.530.7900.28259.7365.7743.53
Hex5626B8354F01C104422c
Octal126462706511703440410254
Binary10101101001101011100011010110011110111001000001001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5626B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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