#5501C5

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

Shades of Purple Heart #5501C5

Tints of Purple Heart #5501C5

Color information

#5501C5 (or 0x5501C5) is unknown color: approx Purple Heart. HEX triplet: 55, 01 and C5. RGB value is (85,1,197). Sum of RGB (Red+Green+Blue) = 85+1+197=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 197 (77.34% from 255 or 69.61% from 283); Max value from RGB is 197 - color contains mainly: blue. Hex color #5501C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5501C5 is #AAFE3A. Grayscale: #2F2F2F. Windows color (decimal): -11206203 or 12910933. OLE color: 12910933.

HSL color Cylindrical-coordinate representation of color #5501C5: hue angle of 265.71º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5501C5 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB851197-
CMYK0.570.9900.23
HSL265.71º98.99%38.82%-
HSV(B)265.71º99.49%77.25%-
XYZ13.845.9853.25-
YUV48.46211.83154.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 197 (77.34% from 255) = 69.61%
R=30.04%
G=0.35%
B=69.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal8511970.570.9900.23265.7198.9938.82
Hex551C5396301710a6327
Octal12513057114302741214347
Binary101010111100010111100111000110101111000010101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5501C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5501C5; }

 p { color: rgb(85,1,197); }

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

<style>
 a { background-color: #5501C5; }

 a { background-color: rgb(85,1,197); }

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

<style>
 span { border-color: #5501C5; }

 span { border-color: rgb(85,1,197); }

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