Html Css Color HEX #4916BF Purple Heart

📋 copy color: '#4916BF'

red 73 ◦ green 22 ◦ blue 191

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

Shades of Purple Heart #4916BF

Tints of Purple Heart #4916BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 66.78%

R = 25.52%
G = 7.69%
B = 66.78%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4916BF (or 0x4916BF) is known color: Purple Heart. HEX triplet: 49, 16 and BF. RGB value is (73,22,191). Sum of RGB (Red+Green+Blue) = 73+22+191=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #4916BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4916BF is #B6E940. Grayscale: #373737. Windows color (decimal): -11987265 or 12523081. OLE color: 12523081.

HSL color Cylindrical-coordinate representation of color #4916BF: hue angle of 258.11º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4916BF is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 22 191 -
CMYK 0.62 0.88 0 0.25
HSL 258.11º 0.79% 0.42% -
HSV(B) 258.11º 0.88% 0.75% -
XYZ 12.44 5.75 49.74 -
YUV 56.52 203.9 139.76 -
System Red Green Blue C M Y K H S L
Decimal 73 22 191 0.62 0.88 0 0.25 258.11 0.79 0.42
Hex 49 16 BF 3E 58 0 19 102 4F 2A
Octal 111 26 277 76 130 0 31 402 117 52
Binary 1001001 10110 10111111 111110 1011000 0 11001 100000010 1001111 101010

Color Harmonies of #4916BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4916BF

Black with #4916BF

Text Example


Text Example

White with #4916BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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