#5510C7

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

Shades of Purple Heart #5510C7

Tints of Purple Heart #5510C7

Color information

#5510C7 (or 0x5510C7) is unknown color: approx Purple Heart. HEX triplet: 55, 10 and C7. RGB value is (85,16,199). Sum of RGB (Red+Green+Blue) = 85+16+199=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 199 (78.12% from 255 or 66.33% from 300); Max value from RGB is 199 - color contains mainly: blue. Hex color #5510C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5510C7 is #AAEF38. Grayscale: #383838. Windows color (decimal): -11202361 or 13045845. OLE color: 13045845.

HSL color Cylindrical-coordinate representation of color #5510C7: hue angle of 262.62º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5510C7 is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8516199-
CMYK0.570.9200.22
HSL262.62º85.12%42.16%-
HSV(B)262.62º91.96%78.04%-
XYZ14.246.4354.52-
YUV57.49207.86147.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.33%
GREEN value IS 16 (6.64% from 255) = 5.33%
BLUE value IS 199 (78.12% from 255) = 66.33%
R=28.33%
G=5.33%
B=66.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85161990.570.9200.22262.6285.1242.16
Hex5510C7395C016107552a
Octal125203077113402640712552
Binary1010101100001100011111100110111000101101000001111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5510C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5510C7; }

 p { color: rgb(85,16,199); }

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

<style>
 a { background-color: #5510C7; }

 a { background-color: rgb(85,16,199); }

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

<style>
 span { border-color: #5510C7; }

 span { border-color: rgb(85,16,199); }

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