Html Css Color HEX #4419AA Purple Heart

📋 copy color: '#4419AA'

red 68 ◦ green 25 ◦ blue 170

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

Shades of Purple Heart #4419AA

Tints of Purple Heart #4419AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

 BLUE value IS 170 (66.8% from 255) = 64.64%

R = 25.86%
G = 9.51%
B = 64.64%

CMYK

 C value IS 0.6

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4419AA (or 0x4419AA) is known color: Purple Heart. HEX triplet: 44, 19 and AA. RGB value is (68,25,170). Sum of RGB (Red+Green+Blue) = 68+25+170=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #4419AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4419AA is #BBE655. Grayscale: #353535. Windows color (decimal): -12314198 or 11147588. OLE color: 11147588.

HSL color Cylindrical-coordinate representation of color #4419AA: hue angle of 257.79º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4419AA is Cyan = 0.6, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 25 170 -
CMYK 0.6 0.85 0 0.33
HSL 257.79º 0.74% 0.38% -
HSV(B) 257.79º 0.85% 0.67% -
XYZ 9.99 4.83 38.44 -
YUV 54.39 193.25 137.71 -
System Red Green Blue C M Y K H S L
Decimal 68 25 170 0.6 0.85 0 0.33 257.79 0.74 0.38
Hex 44 19 AA 3C 55 0 21 102 4A 26
Octal 104 31 252 74 125 0 41 402 112 46
Binary 1000100 11001 10101010 111100 1010101 0 100001 100000010 1001010 100110

Color Harmonies of #4419AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4419AA

Black with #4419AA

Text Example


Text Example

White with #4419AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4419AA; }

 p { color: rgb(68,25,170); }

 H1.HeaderClassName
 {
   color: #4419AA;
 }
 .AnyTagClassName
 {
   color: #4419AA;
 }
</style>

background-color css

<style>
 a { background-color: #4419AA; }

 a { background-color: rgb(68,25,170); }

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

border-color css

<style>
 span { border-color: #4419AA; }

 span { border-color: rgb(68,25,170); }

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