Html Css Color HEX #4914BA Purple Heart

📋 copy color: '#4914BA'

red 73 ◦ green 20 ◦ blue 186

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

Shades of Purple Heart #4914BA

Tints of Purple Heart #4914BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

 BLUE value IS 186 (73.05% from 255) = 66.67%

R = 26.16%
G = 7.17%
B = 66.67%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4914BA (or 0x4914BA) is known color: Purple Heart. HEX triplet: 49, 14 and BA. RGB value is (73,20,186). Sum of RGB (Red+Green+Blue) = 73+20+186=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #4914BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4914BA is #B6EB45. Grayscale: #363636. Windows color (decimal): -11987782 or 12194889. OLE color: 12194889.

HSL color Cylindrical-coordinate representation of color #4914BA: hue angle of 259.16º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4914BA is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 20 186 -
CMYK 0.61 0.89 0 0.27
HSL 259.16º 0.81% 0.4% -
HSV(B) 259.16º 0.89% 0.73% -
XYZ 11.86 5.46 46.88 -
YUV 54.77 202.06 141 -
System Red Green Blue C M Y K H S L
Decimal 73 20 186 0.61 0.89 0 0.27 259.16 0.81 0.4
Hex 49 14 BA 3D 59 0 1B 103 51 28
Octal 111 24 272 75 131 0 33 403 121 50
Binary 1001001 10100 10111010 111101 1011001 0 11011 100000011 1010001 101000

Color Harmonies of #4914BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4914BA

Black with #4914BA

Text Example


Text Example

White with #4914BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4914BA; }

 p { color: rgb(73,20,186); }

 H1.HeaderClassName
 {
   color: #4914BA;
 }
 .AnyTagClassName
 {
   color: #4914BA;
 }
</style>

background-color css

<style>
 a { background-color: #4914BA; }

 a { background-color: rgb(73,20,186); }

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

border-color css

<style>
 span { border-color: #4914BA; }

 span { border-color: rgb(73,20,186); }

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