Html Css Color HEX #4915AC Purple Heart

📋 copy color: '#4915AC'

red 73 ◦ green 21 ◦ blue 172

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

Shades of Purple Heart #4915AC

Tints of Purple Heart #4915AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.66%

R = 27.44%
G = 7.89%
B = 64.66%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4915AC (or 0x4915AC) is known color: Purple Heart. HEX triplet: 49, 15 and AC. RGB value is (73,21,172). Sum of RGB (Red+Green+Blue) = 73+21+172=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #4915AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4915AC is #B6EA53. Grayscale: #353535. Windows color (decimal): -11987540 or 11277641. OLE color: 11277641.

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

Color convert

RGB 73 21 172 -
CMYK 0.58 0.88 0 0.33
HSL 260.66º 0.78% 0.38% -
HSV(B) 260.66º 0.88% 0.67% -
XYZ 10.46 4.93 39.43 -
YUV 53.76 194.73 141.72 -
System Red Green Blue C M Y K H S L
Decimal 73 21 172 0.58 0.88 0 0.33 260.66 0.78 0.38
Hex 49 15 AC 3A 58 0 21 105 4E 26
Octal 111 25 254 72 130 0 41 405 116 46
Binary 1001001 10101 10101100 111010 1011000 0 100001 100000101 1001110 100110

Color Harmonies of #4915AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4915AC

Black with #4915AC

Text Example


Text Example

White with #4915AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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