Html Css Color HEX #441AAE Purple Heart

📋 copy color: '#441AAE'

red 68 ◦ green 26 ◦ blue 174

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

Shades of Purple Heart #441AAE

Tints of Purple Heart #441AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.7%

 BLUE value IS 174 (68.36% from 255) = 64.93%

R = 25.37%
G = 9.7%
B = 64.93%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#441AAE (or 0x441AAE) is known color: Purple Heart. HEX triplet: 44, 1A and AE. RGB value is (68,26,174). Sum of RGB (Red+Green+Blue) = 68+26+174=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #441AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441AAE is #BBE551. Grayscale: #363636. Windows color (decimal): -12313938 or 11409988. OLE color: 11409988.

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

Color convert

RGB 68 26 174 -
CMYK 0.61 0.85 0 0.32
HSL 257.03º 0.74% 0.39% -
HSV(B) 257.03º 0.85% 0.68% -
XYZ 10.39 5.02 40.47 -
YUV 55.43 194.91 136.97 -
System Red Green Blue C M Y K H S L
Decimal 68 26 174 0.61 0.85 0 0.32 257.03 0.74 0.39
Hex 44 1A AE 3D 55 0 20 101 4A 27
Octal 104 32 256 75 125 0 40 401 112 47
Binary 1000100 11010 10101110 111101 1010101 0 100000 100000001 1001010 100111

Color Harmonies of #441AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441AAE

Black with #441AAE

Text Example


Text Example

White with #441AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,26,174); }

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

background-color css

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

 a { background-color: rgb(68,26,174); }

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

border-color css

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

 span { border-color: rgb(68,26,174); }

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