#5634ad

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

Shades of Purple Heart #5634AD

Tints of Purple Heart #5634AD

Color information

#5634AD (or 0x5634AD) is unknown color: approx Purple Heart. HEX triplet: 56, 34 and AD. RGB value is (86,52,173). Sum of RGB (Red+Green+Blue) = 86+52+173=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #5634AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5634AD is #A9CB52. Grayscale: #4B4B4B. Windows color (decimal): -11127635 or 11351126. OLE color: 11351126.

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

Color convert

RGB8652173-
CMYK0.500.7000.32
HSL256.86º53.78%44.12%-
HSV(B)256.86º69.94%67.84%-
XYZ12.617.4540.31-
YUV75.96182.76135.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 173 (67.97% from 255) = 55.63%
R=27.65%
G=16.72%
B=55.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86521730.500.7000.32256.8653.7844.12
Hex5634AD3246020101362c
Octal12664255621060404016654
Binary10101101101001010110111001010001100100000100000001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5634ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5634ad; }

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

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

<style>
 a { background-color: #5634ad; }

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

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

<style>
 span { border-color: #5634ad; }

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

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