#5514C6

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

Shades of Purple Heart #5514C6

Tints of Purple Heart #5514C6

Color information

#5514C6 (or 0x5514C6) is unknown color: approx Purple Heart. HEX triplet: 55, 14 and C6. RGB value is (85,20,198). Sum of RGB (Red+Green+Blue) = 85+20+198=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 198 (77.73% from 255 or 65.35% from 303); Max value from RGB is 198 - color contains mainly: blue. Hex color #5514C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5514C6 is #AAEB39. Grayscale: #3B3B3B. Windows color (decimal): -11201338 or 12981333. OLE color: 12981333.

HSL color Cylindrical-coordinate representation of color #5514C6: hue angle of 261.91º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5514C6 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8520198-
CMYK0.570.9000.22
HSL261.91º81.65%42.75%-
HSV(B)261.91º89.9%77.65%-
XYZ14.196.5153.93-
YUV59.73206.03146.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 20 (8.20% from 255) = 6.60%
BLUE value IS 198 (77.73% from 255) = 65.35%
R=28.05%
G=6.60%
B=65.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85201980.570.9000.22261.9181.6542.75
Hex5514C6395A016106522b
Octal125243067113202640612253
Binary1010101101001100011011100110110100101101000001101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5514C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5514C6; }

 p { color: rgb(85,20,198); }

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

<style>
 a { background-color: #5514C6; }

 a { background-color: rgb(85,20,198); }

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

<style>
 span { border-color: #5514C6; }

 span { border-color: rgb(85,20,198); }

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