#441EBD

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

Shades of Purple Heart #441EBD

Tints of Purple Heart #441EBD

Color information

#441EBD (or 0x441EBD) is unknown color: approx Purple Heart. HEX triplet: 44, 1E and BD. RGB value is (68,30,189). Sum of RGB (Red+Green+Blue) = 68+30+189=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #441EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441EBD is #BBE142. Grayscale: #3A3A3A. Windows color (decimal): -12312899 or 12394052. OLE color: 12394052.

HSL color Cylindrical-coordinate representation of color #441EBD: hue angle of 254.34º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441EBD is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6830189-
CMYK0.640.8400.26
HSL254.34º72.6%42.94%-
HSV(B)254.34º84.13%74.12%-
XYZ12.035.8348.64-
YUV59.49201.09134.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 30 (12.11% from 255) = 10.45%
BLUE value IS 189 (74.22% from 255) = 65.85%
R=23.69%
G=10.45%
B=65.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68301890.640.8400.26254.3472.642.94
Hex441EBD405401Afe492b
Octal1043627510012403237611153
Binary1000100111101011110110000001010100011010111111101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441EBD; }

 p { color: rgb(68,30,189); }

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

<style>
 a { background-color: #441EBD; }

 a { background-color: rgb(68,30,189); }

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

<style>
 span { border-color: #441EBD; }

 span { border-color: rgb(68,30,189); }

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