#5325B2

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

Shades of Purple Heart #5325B2

Tints of Purple Heart #5325B2

Color information

#5325B2 (or 0x5325B2) is unknown color: approx Purple Heart. HEX triplet: 53, 25 and B2. RGB value is (83,37,178). Sum of RGB (Red+Green+Blue) = 83+37+178=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 178 (69.92% from 255 or 59.73% from 298); Max value from RGB is 178 - color contains mainly: blue. Hex color #5325B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5325B2 is #ACDA4D. Grayscale: #424242. Windows color (decimal): -11328078 or 11674963. OLE color: 11674963.

HSL color Cylindrical-coordinate representation of color #5325B2: hue angle of 259.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5325B2 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8337178-
CMYK0.530.7900.30
HSL259.57º65.58%42.16%-
HSV(B)259.57º79.21%69.8%-
XYZ12.266.3842.7-
YUV66.83190.74139.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 37 (14.84% from 255) = 12.42%
BLUE value IS 178 (69.92% from 255) = 59.73%
R=27.85%
G=12.42%
B=59.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal83371780.530.7900.30259.5765.5842.16
Hex5325B2354F01E104422a
Octal123452626511703640410252
Binary10100111001011011001011010110011110111101000001001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5325B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5325B2; }

 p { color: rgb(83,37,178); }

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

<style>
 a { background-color: #5325B2; }

 a { background-color: rgb(83,37,178); }

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

<style>
 span { border-color: #5325B2; }

 span { border-color: rgb(83,37,178); }

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