#5635AD

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

Shades of Purple Heart #5635AD

Tints of Purple Heart #5635AD

Color information

#5635AD (or 0x5635AD) is unknown color: approx Purple Heart. HEX triplet: 56, 35 and AD. RGB value is (86,53,173). Sum of RGB (Red+Green+Blue) = 86+53+173=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #5635AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5635AD is #A9CA52. Grayscale: #4C4C4C. Windows color (decimal): -11127379 or 11351382. OLE color: 11351382.

HSL color Cylindrical-coordinate representation of color #5635AD: hue angle of 256.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5635AD is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8653173-
CMYK0.500.6900.32
HSL256.5º53.1%44.31%-
HSV(B)256.5º69.36%67.84%-
XYZ12.657.5440.32-
YUV76.55182.43134.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.56%
GREEN value IS 53 (21.09% from 255) = 16.99%
BLUE value IS 173 (67.97% from 255) = 55.45%
R=27.56%
G=16.99%
B=55.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86531730.500.6900.32256.553.144.31
Hex5635AD3245020100352c
Octal12665255621050404006554
Binary10101101101011010110111001010001010100000100000000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5635AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5635AD; }

 p { color: rgb(86,53,173); }

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

<style>
 a { background-color: #5635AD; }

 a { background-color: rgb(86,53,173); }

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

<style>
 span { border-color: #5635AD; }

 span { border-color: rgb(86,53,173); }

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