Html Css Color HEX #4911AD Purple Heart

📋 copy color: '#4911AD'

red 73 ◦ green 17 ◦ blue 173

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

Shades of Purple Heart #4911AD

Tints of Purple Heart #4911AD

RGB

 RED value IS 73 (28.91% from 255) = 27.76%

 GREEN value IS 17 (7.03% from 255) = 6.46%

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

R = 27.76%
G = 6.46%
B = 65.78%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4911AD (or 0x4911AD) is known color: Purple Heart. HEX triplet: 49, 11 and AD. RGB value is (73,17,173). Sum of RGB (Red+Green+Blue) = 73+17+173=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #4911AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4911AD is #B6EE52. Grayscale: #323232. Windows color (decimal): -11988563 or 11342153. OLE color: 11342153.

HSL color Cylindrical-coordinate representation of color #4911AD: hue angle of 261.54º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4911AD is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 17 173 -
CMYK 0.58 0.90 0 0.32
HSL 261.54º 0.82% 0.37% -
HSV(B) 261.54º 0.9% 0.68% -
XYZ 10.49 4.83 39.92 -
YUV 51.53 196.55 143.32 -
System Red Green Blue C M Y K H S L
Decimal 73 17 173 0.58 0.90 0 0.32 261.54 0.82 0.37
Hex 49 11 AD 3A 5A 0 20 106 52 25
Octal 111 21 255 72 132 0 40 406 122 45
Binary 1001001 10001 10101101 111010 1011010 0 100000 100000110 1010010 100101

Color Harmonies of #4911AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4911AD

Black with #4911AD

Text Example


Text Example

White with #4911AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,17,173); }

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

background-color css

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

 a { background-color: rgb(73,17,173); }

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

border-color css

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

 span { border-color: rgb(73,17,173); }

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