#5636CA

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

Shades of Purple Heart #5636CA

Tints of Purple Heart #5636CA

Color information

#5636CA (or 0x5636CA) is unknown color: approx Purple Heart. HEX triplet: 56, 36 and CA. RGB value is (86,54,202). Sum of RGB (Red+Green+Blue) = 86+54+202=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #5636CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5636CA is #A9C935. Grayscale: #4F4F4F. Windows color (decimal): -11127094 or 13252182. OLE color: 13252182.

HSL color Cylindrical-coordinate representation of color #5636CA: hue angle of 252.97º 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 #5636CA is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8654202-
CMYK0.570.7300.21
HSL252.97º58.27%50.2%-
HSV(B)252.97º73.27%79.22%-
XYZ15.828.8856.76-
YUV80.44196.6131.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 54 (21.48% from 255) = 15.79%
BLUE value IS 202 (79.30% from 255) = 59.06%
R=25.15%
G=15.79%
B=59.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86542020.570.7300.21252.9758.2750.2
Hex5636CA3949015fd3a32
Octal12666312711110253757262
Binary101011011011011001010111001100100101010111111101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5636CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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