Html Css Color HEX #4413AD Purple Heart

📋 copy color: '#4413AD'

red 68 ◦ green 19 ◦ blue 173

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

Shades of Purple Heart #4413AD

Tints of Purple Heart #4413AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 66.54%

R = 26.15%
G = 7.31%
B = 66.54%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4413AD (or 0x4413AD) is known color: Purple Heart. HEX triplet: 44, 13 and AD. RGB value is (68,19,173). Sum of RGB (Red+Green+Blue) = 68+19+173=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #4413AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4413AD is #BBEC52. Grayscale: #323232. Windows color (decimal): -12315731 or 11342660. OLE color: 11342660.

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

Color convert

RGB 68 19 173 -
CMYK 0.61 0.89 0 0.32
HSL 259.09º 0.8% 0.38% -
HSV(B) 259.09º 0.89% 0.68% -
XYZ 10.16 4.71 39.91 -
YUV 51.21 196.73 139.98 -
System Red Green Blue C M Y K H S L
Decimal 68 19 173 0.61 0.89 0 0.32 259.09 0.8 0.38
Hex 44 13 AD 3D 59 0 20 103 50 26
Octal 104 23 255 75 131 0 40 403 120 46
Binary 1000100 10011 10101101 111101 1011001 0 100000 100000011 1010000 100110

Color Harmonies of #4413AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4413AD

Black with #4413AD

Text Example


Text Example

White with #4413AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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