#5638AD

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

Shades of Purple Heart #5638AD

Tints of Purple Heart #5638AD

Color information

#5638AD (or 0x5638AD) is unknown color: approx Purple Heart. HEX triplet: 56, 38 and AD. RGB value is (86,56,173). Sum of RGB (Red+Green+Blue) = 86+56+173=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #5638AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5638AD is #A9C752. Grayscale: #4D4D4D. Windows color (decimal): -11126611 or 11352150. OLE color: 11352150.

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

Color convert

RGB8656173-
CMYK0.500.6800.32
HSL255.38º51.09%44.9%-
HSV(B)255.38º67.63%67.84%-
XYZ12.797.8240.37-
YUV78.31181.44133.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 56 (22.27% from 255) = 17.78%
BLUE value IS 173 (67.97% from 255) = 54.92%
R=27.30%
G=17.78%
B=54.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86561730.500.6800.32255.3851.0944.9
Hex5638AD3244020ff332d
Octal12670255621040403776355
Binary1010110111000101011011100101000100010000011111111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5638AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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