#5326D8

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

Shades of Purple Heart #5326D8

Tints of Purple Heart #5326D8

Color information

#5326D8 (or 0x5326D8) is unknown color: approx Purple Heart. HEX triplet: 53, 26 and D8. RGB value is (83,38,216). Sum of RGB (Red+Green+Blue) = 83+38+216=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 216 (84.77% from 255 or 64.09% from 337); Max value from RGB is 216 - color contains mainly: blue. Hex color #5326D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5326D8 is #ACD927. Grayscale: #474747. Windows color (decimal): -11327784 or 14165587. OLE color: 14165587.

HSL color Cylindrical-coordinate representation of color #5326D8: hue angle of 255.17º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5326D8 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8338216-
CMYK0.620.8200.15
HSL255.17º70.08%49.8%-
HSV(B)255.17º82.41%84.71%-
XYZ16.668.1865.67-
YUV71.75209.41136.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 38 (15.23% from 255) = 11.28%
BLUE value IS 216 (84.77% from 255) = 64.09%
R=24.63%
G=11.28%
B=64.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal83382160.620.8200.15255.1770.0849.8
Hex5326D83E520Fff4632
Octal123463307612201737710662
Binary101001110011011011000111110101001001111111111111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5326D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5326D8; }

 p { color: rgb(83,38,216); }

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

<style>
 a { background-color: #5326D8; }

 a { background-color: rgb(83,38,216); }

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

<style>
 span { border-color: #5326D8; }

 span { border-color: rgb(83,38,216); }

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