Html Css Color HEX #4915AD Purple Heart

📋 copy color: '#4915AD'

red 73 ◦ green 21 ◦ blue 173

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

Shades of Purple Heart #4915AD

Tints of Purple Heart #4915AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

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

R = 27.34%
G = 7.87%
B = 64.79%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4915AD (or 0x4915AD) is known color: Purple Heart. HEX triplet: 49, 15 and AD. RGB value is (73,21,173). Sum of RGB (Red+Green+Blue) = 73+21+173=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #4915AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4915AD is #B6EA52. Grayscale: #353535. Windows color (decimal): -11987539 or 11343177. OLE color: 11343177.

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

Color convert

RGB 73 21 173 -
CMYK 0.58 0.88 0 0.32
HSL 260.53º 0.78% 0.38% -
HSV(B) 260.53º 0.88% 0.68% -
XYZ 10.56 4.97 39.94 -
YUV 53.88 195.23 141.64 -
System Red Green Blue C M Y K H S L
Decimal 73 21 173 0.58 0.88 0 0.32 260.53 0.78 0.38
Hex 49 15 AD 3A 58 0 20 105 4E 26
Octal 111 25 255 72 130 0 40 405 116 46
Binary 1001001 10101 10101101 111010 1011000 0 100000 100000101 1001110 100110

Color Harmonies of #4915AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4915AD

Black with #4915AD

Text Example


Text Example

White with #4915AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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