#5336BD

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

Shades of Purple Heart #5336BD

Tints of Purple Heart #5336BD

Color information

#5336BD (or 0x5336BD) is unknown color: approx Purple Heart. HEX triplet: 53, 36 and BD. RGB value is (83,54,189). Sum of RGB (Red+Green+Blue) = 83+54+189=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #5336BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5336BD is #ACC942. Grayscale: #4D4D4D. Windows color (decimal): -11323715 or 12400211. OLE color: 12400211.

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

Color convert

RGB8354189-
CMYK0.560.7100.26
HSL252.89º55.56%47.65%-
HSV(B)252.89º71.43%74.12%-
XYZ14.078.1548.98-
YUV78.06190.61131.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 54 (21.48% from 255) = 16.56%
BLUE value IS 189 (74.22% from 255) = 57.98%
R=25.46%
G=16.56%
B=57.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal83541890.560.7100.26252.8955.5647.65
Hex5336BD384701Afd3830
Octal12366275701070323757060
Binary101001111011010111101111000100011101101011111101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5336BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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