#5536B0

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

Shades of Purple Heart #5536B0

Tints of Purple Heart #5536B0

Color information

#5536B0 (or 0x5536B0) is unknown color: approx Purple Heart. HEX triplet: 55, 36 and B0. RGB value is (85,54,176). Sum of RGB (Red+Green+Blue) = 85+54+176=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 176 (69.14% from 255 or 55.87% from 315); Max value from RGB is 176 - color contains mainly: blue. Hex color #5536B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5536B0 is #AAC94F. Grayscale: #4C4C4C. Windows color (decimal): -11192656 or 11548245. OLE color: 11548245.

HSL color Cylindrical-coordinate representation of color #5536B0: hue angle of 255.25º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5536B0 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8554176-
CMYK0.520.6900.31
HSL255.25º53.04%45.1%-
HSV(B)255.25º69.32%69.02%-
XYZ12.97.741.88-
YUV77.18183.77133.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 176 (69.14% from 255) = 55.87%
R=26.98%
G=17.14%
B=55.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85541760.520.6900.31255.2553.0445.1
Hex5536B0344501Fff352d
Octal12566260641050373776555
Binary101010111011010110000110100100010101111111111111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5536B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5536B0; }

 p { color: rgb(85,54,176); }

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

<style>
 a { background-color: #5536B0; }

 a { background-color: rgb(85,54,176); }

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

<style>
 span { border-color: #5536B0; }

 span { border-color: rgb(85,54,176); }

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