#5503CC

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

Shades of Purple Heart #5503CC

Tints of Purple Heart #5503CC

Color information

#5503CC (or 0x5503CC) is unknown color: approx Purple Heart. HEX triplet: 55, 03 and CC. RGB value is (85,3,204). Sum of RGB (Red+Green+Blue) = 85+3+204=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #5503CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5503CC is #AAFC33. Grayscale: #313131. Windows color (decimal): -11205684 or 13370197. OLE color: 13370197.

HSL color Cylindrical-coordinate representation of color #5503CC: hue angle of 264.48º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5503CC is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB853204-
CMYK0.580.9900.2
HSL264.48º97.1%40.59%-
HSV(B)264.48º98.53%80%-
XYZ14.686.3657.58-
YUV50.43214.67152.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 3 (1.56% from 255) = 1.03%
BLUE value IS 204 (80.08% from 255) = 69.86%
R=29.11%
G=1.03%
B=69.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal8532040.580.9900.2264.4897.140.59
Hex553CC3A630141086129
Octal12533147214302441014151
Binary1010101111100110011101011000110101001000010001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5503CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5503CC; }

 p { color: rgb(85,3,204); }

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

<style>
 a { background-color: #5503CC; }

 a { background-color: rgb(85,3,204); }

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

<style>
 span { border-color: #5503CC; }

 span { border-color: rgb(85,3,204); }

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