Html Css Color HEX #441EAD Purple Heart

📋 copy color: '#441EAD'

red 68 ◦ green 30 ◦ blue 173

#441EAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #441EAD

Tints of Purple Heart #441EAD

RGB

 RED value IS 68 (26.95% from 255) = 25.09%

 GREEN value IS 30 (12.11% from 255) = 11.07%

 BLUE value IS 173 (67.97% from 255) = 63.84%

R = 25.09%
G = 11.07%
B = 63.84%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#441EAD (or 0x441EAD) is known color: Purple Heart. HEX triplet: 44, 1E and AD. RGB value is (68,30,173). Sum of RGB (Red+Green+Blue) = 68+30+173=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #441EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441EAD is #BBE152. Grayscale: #393939. Windows color (decimal): -12312915 or 11345476. OLE color: 11345476.

HSL color Cylindrical-coordinate representation of color #441EAD: hue angle of 255.94º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #441EAD is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 30 173 -
CMYK 0.61 0.83 0 0.32
HSL 255.94º 0.7% 0.4% -
HSV(B) 255.94º 0.83% 0.68% -
XYZ 10.39 5.17 39.99 -
YUV 57.66 193.09 135.37 -
System Red Green Blue C M Y K H S L
Decimal 68 30 173 0.61 0.83 0 0.32 255.94 0.7 0.4
Hex 44 1E AD 3D 53 0 20 100 46 28
Octal 104 36 255 75 123 0 40 400 106 50
Binary 1000100 11110 10101101 111101 1010011 0 100000 100000000 1000110 101000

Color Harmonies of #441EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441EAD

Black with #441EAD

Text Example


Text Example

White with #441EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #441EAD;
 }
 .AnyTagClassName
 {
   color: #441EAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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