#5523C0

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

Shades of Purple Heart #5523C0

Tints of Purple Heart #5523C0

Color information

#5523C0 (or 0x5523C0) is unknown color: approx Purple Heart. HEX triplet: 55, 23 and C0. RGB value is (85,35,192). Sum of RGB (Red+Green+Blue) = 85+35+192=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 192 (75.39% from 255 or 61.54% from 312); Max value from RGB is 192 - color contains mainly: blue. Hex color #5523C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5523C0 is #AADC3F. Grayscale: #434343. Windows color (decimal): -11197504 or 12591957. OLE color: 12591957.

HSL color Cylindrical-coordinate representation of color #5523C0: hue angle of 259.11º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5523C0 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8535192-
CMYK0.560.8200.25
HSL259.11º69.16%44.51%-
HSV(B)259.11º81.77%75.29%-
XYZ13.866.9450.48-
YUV67.85198.06140.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 35 (14.06% from 255) = 11.22%
BLUE value IS 192 (75.39% from 255) = 61.54%
R=27.24%
G=11.22%
B=61.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85351920.560.8200.25259.1169.1644.51
Hex5523C03852019103452d
Octal125433007012203140310555
Binary10101011000111100000011100010100100110011000000111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5523C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5523C0; }

 p { color: rgb(85,35,192); }

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

<style>
 a { background-color: #5523C0; }

 a { background-color: rgb(85,35,192); }

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

<style>
 span { border-color: #5523C0; }

 span { border-color: rgb(85,35,192); }

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