Html Css Color HEX #4915AB Purple Heart

📋 copy color: '#4915AB'

red 73 ◦ green 21 ◦ blue 171

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

Shades of Purple Heart #4915AB

Tints of Purple Heart #4915AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 27.55%
G = 7.92%
B = 64.53%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4915AB (or 0x4915AB) is known color: Purple Heart. HEX triplet: 49, 15 and AB. RGB value is (73,21,171). Sum of RGB (Red+Green+Blue) = 73+21+171=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #4915AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4915AB is #B6EA54. Grayscale: #353535. Windows color (decimal): -11987541 or 11212105. OLE color: 11212105.

HSL color Cylindrical-coordinate representation of color #4915AB: hue angle of 260.8º 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 #4915AB is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 21 171 -
CMYK 0.57 0.88 0 0.33
HSL 260.8º 0.78% 0.38% -
HSV(B) 260.8º 0.88% 0.67% -
XYZ 10.37 4.89 38.93 -
YUV 53.65 194.23 141.8 -
System Red Green Blue C M Y K H S L
Decimal 73 21 171 0.57 0.88 0 0.33 260.8 0.78 0.38
Hex 49 15 AB 39 58 0 21 105 4E 26
Octal 111 25 253 71 130 0 41 405 116 46
Binary 1001001 10101 10101011 111001 1011000 0 100001 100000101 1001110 100110

Color Harmonies of #4915AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4915AB

Black with #4915AB

Text Example


Text Example

White with #4915AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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