Html Css Color HEX #4413AA Purple Heart

📋 copy color: '#4413AA'

red 68 ◦ green 19 ◦ blue 170

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

Shades of Purple Heart #4413AA

Tints of Purple Heart #4413AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

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

R = 26.46%
G = 7.39%
B = 66.15%

CMYK

 C value IS 0.6

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4413AA (or 0x4413AA) is known color: Purple Heart. HEX triplet: 44, 13 and AA. RGB value is (68,19,170). Sum of RGB (Red+Green+Blue) = 68+19+170=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #4413AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4413AA is #BBEC55. Grayscale: #323232. Windows color (decimal): -12315734 or 11146052. OLE color: 11146052.

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

Color convert

RGB 68 19 170 -
CMYK 0.6 0.89 0 0.33
HSL 259.47º 0.8% 0.37% -
HSV(B) 259.47º 0.89% 0.67% -
XYZ 9.87 4.6 38.4 -
YUV 50.87 195.23 140.22 -
System Red Green Blue C M Y K H S L
Decimal 68 19 170 0.6 0.89 0 0.33 259.47 0.8 0.37
Hex 44 13 AA 3C 59 0 21 103 50 25
Octal 104 23 252 74 131 0 41 403 120 45
Binary 1000100 10011 10101010 111100 1011001 0 100001 100000011 1010000 100101

Color Harmonies of #4413AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4413AA

Black with #4413AA

Text Example


Text Example

White with #4413AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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