Html Css Color HEX #4916BA Purple Heart

📋 copy color: '#4916BA'

red 73 ◦ green 22 ◦ blue 186

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

Shades of Purple Heart #4916BA

Tints of Purple Heart #4916BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.83%

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

R = 25.98%
G = 7.83%
B = 66.19%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4916BA (or 0x4916BA) is known color: Purple Heart. HEX triplet: 49, 16 and BA. RGB value is (73,22,186). Sum of RGB (Red+Green+Blue) = 73+22+186=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #4916BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4916BA is #B6E945. Grayscale: #373737. Windows color (decimal): -11987270 or 12195401. OLE color: 12195401.

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

Color convert

RGB 73 22 186 -
CMYK 0.61 0.88 0 0.27
HSL 258.66º 0.79% 0.41% -
HSV(B) 258.66º 0.88% 0.73% -
XYZ 11.9 5.54 46.9 -
YUV 55.95 201.4 140.16 -
System Red Green Blue C M Y K H S L
Decimal 73 22 186 0.61 0.88 0 0.27 258.66 0.79 0.41
Hex 49 16 BA 3D 58 0 1B 103 4F 29
Octal 111 26 272 75 130 0 33 403 117 51
Binary 1001001 10110 10111010 111101 1011000 0 11011 100000011 1001111 101001

Color Harmonies of #4916BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4916BA

Black with #4916BA

Text Example


Text Example

White with #4916BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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