Html Css Color HEX #4416AE Purple Heart

📋 copy color: '#4416AE'

red 68 ◦ green 22 ◦ blue 174

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

Shades of Purple Heart #4416AE

Tints of Purple Heart #4416AE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.33%

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

R = 25.76%
G = 8.33%
B = 65.91%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4416AE (or 0x4416AE) is known color: Purple Heart. HEX triplet: 44, 16 and AE. RGB value is (68,22,174). Sum of RGB (Red+Green+Blue) = 68+22+174=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #4416AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4416AE is #BBE951. Grayscale: #343434. Windows color (decimal): -12314962 or 11408964. OLE color: 11408964.

HSL color Cylindrical-coordinate representation of color #4416AE: hue angle of 258.16º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4416AE is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 22 174 -
CMYK 0.61 0.87 0 0.32
HSL 258.16º 0.78% 0.38% -
HSV(B) 258.16º 0.87% 0.68% -
XYZ 10.31 4.86 40.44 -
YUV 53.08 196.24 138.64 -
System Red Green Blue C M Y K H S L
Decimal 68 22 174 0.61 0.87 0 0.32 258.16 0.78 0.38
Hex 44 16 AE 3D 57 0 20 102 4E 26
Octal 104 26 256 75 127 0 40 402 116 46
Binary 1000100 10110 10101110 111101 1010111 0 100000 100000010 1001110 100110

Color Harmonies of #4416AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4416AE

Black with #4416AE

Text Example


Text Example

White with #4416AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4416AE; }

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

 H1.HeaderClassName
 {
   color: #4416AE;
 }
 .AnyTagClassName
 {
   color: #4416AE;
 }
</style>

background-color css

<style>
 a { background-color: #4416AE; }

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

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

border-color css

<style>
 span { border-color: #4416AE; }

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

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