#5522C1

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

Shades of Purple Heart #5522C1

Tints of Purple Heart #5522C1

Color information

#5522C1 (or 0x5522C1) is unknown color: approx Purple Heart. HEX triplet: 55, 22 and C1. RGB value is (85,34,193). Sum of RGB (Red+Green+Blue) = 85+34+193=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 193 (75.78% from 255 or 61.86% from 312); Max value from RGB is 193 - color contains mainly: blue. Hex color #5522C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5522C1 is #AADD3E. Grayscale: #424242. Windows color (decimal): -11197759 or 12657237. OLE color: 12657237.

HSL color Cylindrical-coordinate representation of color #5522C1: hue angle of 259.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5522C1 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8534193-
CMYK0.560.8200.24
HSL259.25º70.04%44.51%-
HSV(B)259.25º82.38%75.69%-
XYZ13.946.9351.05-
YUV67.38198.9140.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 34 (13.67% from 255) = 10.90%
BLUE value IS 193 (75.78% from 255) = 61.86%
R=27.24%
G=10.90%
B=61.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85341930.560.8200.24259.2570.0444.51
Hex5522C13852018103462d
Octal125423017012203040310655
Binary10101011000101100000111100010100100110001000000111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5522C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5522C1; }

 p { color: rgb(85,34,193); }

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

<style>
 a { background-color: #5522C1; }

 a { background-color: rgb(85,34,193); }

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

<style>
 span { border-color: #5522C1; }

 span { border-color: rgb(85,34,193); }

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