#4406B3

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

Shades of Purple Heart #4406B3

Tints of Purple Heart #4406B3

Color information

#4406B3 (or 0x4406B3) is unknown color: approx Purple Heart. HEX triplet: 44, 06 and B3. RGB value is (68,6,179). Sum of RGB (Red+Green+Blue) = 68+6+179=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 179 (70.31% from 255 or 70.75% from 253); Max value from RGB is 179 - color contains mainly: blue. Hex color #4406B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4406B3 is #BBF94C. Grayscale: #2B2B2B. Windows color (decimal): -12319053 or 11732548. OLE color: 11732548.

HSL color Cylindrical-coordinate representation of color #4406B3: hue angle of 261.5º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4406B3 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB686179-
CMYK0.620.9700.30
HSL261.5º93.51%36.27%-
HSV(B)261.5º96.65%70.2%-
XYZ10.594.6142.98-
YUV44.26204.04144.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.88%
GREEN value IS 6 (2.73% from 255) = 2.37%
BLUE value IS 179 (70.31% from 255) = 70.75%
R=26.88%
G=2.37%
B=70.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6861790.620.9700.30261.593.5136.27
Hex446B33E6101E1065e24
Octal10462637614103640613644
Binary10001001101011001111111011000010111101000001101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4406B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4406B3; }

 p { color: rgb(68,6,179); }

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

<style>
 a { background-color: #4406B3; }

 a { background-color: rgb(68,6,179); }

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

<style>
 span { border-color: #4406B3; }

 span { border-color: rgb(68,6,179); }

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