#5326B5

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

Shades of Purple Heart #5326B5

Tints of Purple Heart #5326B5

Color information

#5326B5 (or 0x5326B5) is unknown color: approx Purple Heart. HEX triplet: 53, 26 and B5. RGB value is (83,38,181). Sum of RGB (Red+Green+Blue) = 83+38+181=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 181 (71.09% from 255 or 59.93% from 302); Max value from RGB is 181 - color contains mainly: blue. Hex color #5326B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5326B5 is #ACD94A. Grayscale: #434343. Windows color (decimal): -11327819 or 11871827. OLE color: 11871827.

HSL color Cylindrical-coordinate representation of color #5326B5: hue angle of 258.88º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5326B5 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8338181-
CMYK0.540.7900.29
HSL258.88º65.3%42.94%-
HSV(B)258.88º79.01%70.98%-
XYZ12.66.5644.32-
YUV67.76191.91138.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 181 (71.09% from 255) = 59.93%
R=27.48%
G=12.58%
B=59.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal83381810.540.7900.29258.8865.342.94
Hex5326B5364F01D103412b
Octal123462656611703540310153
Binary10100111001101011010111011010011110111011000000111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5326B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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