#4412B0

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

Shades of Purple Heart #4412B0

Tints of Purple Heart #4412B0

Color information

#4412B0 (or 0x4412B0) is unknown color: approx Purple Heart. HEX triplet: 44, 12 and B0. RGB value is (68,18,176). Sum of RGB (Red+Green+Blue) = 68+18+176=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 176 (69.14% from 255 or 67.18% from 262); Max value from RGB is 176 - color contains mainly: blue. Hex color #4412B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4412B0 is #BBED4F. Grayscale: #323232. Windows color (decimal): -12315984 or 11539012. OLE color: 11539012.

HSL color Cylindrical-coordinate representation of color #4412B0: hue angle of 258.99º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4412B0 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6818176-
CMYK0.610.9000.31
HSL258.99º81.44%38.04%-
HSV(B)258.99º89.77%69.02%-
XYZ10.444.841.45-
YUV50.96198.56140.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.95%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 176 (69.14% from 255) = 67.18%
R=25.95%
G=6.87%
B=67.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68181760.610.9000.31258.9981.4438.04
Hex4412B03D5A01F1035126
Octal104222607513203740312146
Binary1000100100101011000011110110110100111111000000111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4412B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4412B0; }

 p { color: rgb(68,18,176); }

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

<style>
 a { background-color: #4412B0; }

 a { background-color: rgb(68,18,176); }

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

<style>
 span { border-color: #4412B0; }

 span { border-color: rgb(68,18,176); }

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