#5514CE

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

Shades of Purple Heart #5514CE

Tints of Purple Heart #5514CE

Color information

#5514CE (or 0x5514CE) is unknown color: approx Purple Heart. HEX triplet: 55, 14 and CE. RGB value is (85,20,206). Sum of RGB (Red+Green+Blue) = 85+20+206=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #5514CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5514CE is #AAEB31. Grayscale: #3B3B3B. Windows color (decimal): -11201330 or 13505621. OLE color: 13505621.

HSL color Cylindrical-coordinate representation of color #5514CE: hue angle of 260.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5514CE is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8520206-
CMYK0.590.9000.19
HSL260.97º82.3%44.31%-
HSV(B)260.97º90.29%80.78%-
XYZ15.146.8958.92-
YUV60.64210.03145.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 20 (8.20% from 255) = 6.43%
BLUE value IS 206 (80.86% from 255) = 66.24%
R=27.33%
G=6.43%
B=66.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal85202060.590.9000.19260.9782.344.31
Hex5514CE3B5A013105522c
Octal125243167313202340512254
Binary1010101101001100111011101110110100100111000001011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5514CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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