Html Css Color HEX #4912AD Purple Heart

📋 copy color: '#4912AD'

red 73 ◦ green 18 ◦ blue 173

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

Shades of Purple Heart #4912AD

Tints of Purple Heart #4912AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

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

R = 27.65%
G = 6.82%
B = 65.53%

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

#4912AD (or 0x4912AD) is known color: Purple Heart. HEX triplet: 49, 12 and AD. RGB value is (73,18,173). Sum of RGB (Red+Green+Blue) = 73+18+173=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #4912AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4912AD is #B6ED52. Grayscale: #333333. Windows color (decimal): -11988307 or 11342409. OLE color: 11342409.

HSL color Cylindrical-coordinate representation of color #4912AD: hue angle of 261.29º degrees, saturation: 0.81, 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 #4912AD is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 18 173 -
CMYK 0.58 0.90 0 0.32
HSL 261.29º 0.81% 0.37% -
HSV(B) 261.29º 0.9% 0.68% -
XYZ 10.51 4.87 39.92 -
YUV 52.12 196.22 142.9 -
System Red Green Blue C M Y K H S L
Decimal 73 18 173 0.58 0.90 0 0.32 261.29 0.81 0.37
Hex 49 12 AD 3A 5A 0 20 105 51 25
Octal 111 22 255 72 132 0 40 405 121 45
Binary 1001001 10010 10101101 111010 1011010 0 100000 100000101 1010001 100101

Color Harmonies of #4912AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4912AD

Black with #4912AD

Text Example


Text Example

White with #4912AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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