Html Css Color HEX #4419AB Purple Heart

📋 copy color: '#4419AB'

red 68 ◦ green 25 ◦ blue 171

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

Shades of Purple Heart #4419AB

Tints of Purple Heart #4419AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.77%

R = 25.76%
G = 9.47%
B = 64.77%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4419AB (or 0x4419AB) is known color: Purple Heart. HEX triplet: 44, 19 and AB. RGB value is (68,25,171). Sum of RGB (Red+Green+Blue) = 68+25+171=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #4419AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4419AB is #BBE654. Grayscale: #353535. Windows color (decimal): -12314197 or 11213124. OLE color: 11213124.

HSL color Cylindrical-coordinate representation of color #4419AB: hue angle of 257.67º 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 #4419AB is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 25 171 -
CMYK 0.60 0.85 0 0.33
HSL 257.67º 0.74% 0.38% -
HSV(B) 257.67º 0.85% 0.67% -
XYZ 10.08 4.86 38.94 -
YUV 54.5 193.75 137.63 -
System Red Green Blue C M Y K H S L
Decimal 68 25 171 0.60 0.85 0 0.33 257.67 0.74 0.38
Hex 44 19 AB 3C 55 0 21 102 4A 26
Octal 104 31 253 74 125 0 41 402 112 46
Binary 1000100 11001 10101011 111100 1010101 0 100001 100000010 1001010 100110

Color Harmonies of #4419AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4419AB

Black with #4419AB

Text Example


Text Example

White with #4419AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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