#5304BD

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

Shades of Purple Heart #5304BD

Tints of Purple Heart #5304BD

Color information

#5304BD (or 0x5304BD) is unknown color: approx Purple Heart. HEX triplet: 53, 04 and BD. RGB value is (83,4,189). Sum of RGB (Red+Green+Blue) = 83+4+189=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #5304BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5304BD is #ACFB42. Grayscale: #303030. Windows color (decimal): -11336515 or 12387411. OLE color: 12387411.

HSL color Cylindrical-coordinate representation of color #5304BD: hue angle of 265.62º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5304BD is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB834189-
CMYK0.560.9800.26
HSL265.62º95.85%37.84%-
HSV(B)265.62º97.88%74.12%-
XYZ12.85.648.55-
YUV48.71207.17152.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 4 (1.95% from 255) = 1.45%
BLUE value IS 189 (74.22% from 255) = 68.48%
R=30.07%
G=1.45%
B=68.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8341890.560.9800.26265.6295.8537.84
Hex534BD386201A10a6026
Octal12342757014203241214046
Binary10100111001011110111100011000100110101000010101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5304BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5304BD; }

 p { color: rgb(83,4,189); }

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

<style>
 a { background-color: #5304BD; }

 a { background-color: rgb(83,4,189); }

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

<style>
 span { border-color: #5304BD; }

 span { border-color: rgb(83,4,189); }

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