#5536CA

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

Shades of Purple Heart #5536CA

Tints of Purple Heart #5536CA

Color information

#5536CA (or 0x5536CA) is unknown color: approx Purple Heart. HEX triplet: 55, 36 and CA. RGB value is (85,54,202). Sum of RGB (Red+Green+Blue) = 85+54+202=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #5536CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5536CA is #AAC935. Grayscale: #4F4F4F. Windows color (decimal): -11192630 or 13252181. OLE color: 13252181.

HSL color Cylindrical-coordinate representation of color #5536CA: hue angle of 252.57º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5536CA is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8554202-
CMYK0.580.7300.21
HSL252.57º58.27%50.2%-
HSV(B)252.57º73.27%79.22%-
XYZ15.738.8356.75-
YUV80.14196.77131.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.93%
GREEN value IS 54 (21.48% from 255) = 15.84%
BLUE value IS 202 (79.30% from 255) = 59.24%
R=24.93%
G=15.84%
B=59.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85542020.580.7300.21252.5758.2750.2
Hex5536CA3A49015fd3a32
Octal12566312721110253757262
Binary101010111011011001010111010100100101010111111101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5536CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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