Html Css Color HEX #4916BB Purple Heart

📋 copy color: '#4916BB'

red 73 ◦ green 22 ◦ blue 187

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

Shades of Purple Heart #4916BB

Tints of Purple Heart #4916BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 66.31%

R = 25.89%
G = 7.8%
B = 66.31%

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

#4916BB (or 0x4916BB) is known color: Purple Heart. HEX triplet: 49, 16 and BB. RGB value is (73,22,187). Sum of RGB (Red+Green+Blue) = 73+22+187=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #4916BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4916BB is #B6E944. Grayscale: #373737. Windows color (decimal): -11987269 or 12260937. OLE color: 12260937.

HSL color Cylindrical-coordinate representation of color #4916BB: hue angle of 258.55º 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 #4916BB is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 22 187 -
CMYK 0.61 0.88 0 0.27
HSL 258.55º 0.79% 0.41% -
HSV(B) 258.55º 0.88% 0.73% -
XYZ 12 5.58 47.46 -
YUV 56.06 201.9 140.08 -
System Red Green Blue C M Y K H S L
Decimal 73 22 187 0.61 0.88 0 0.27 258.55 0.79 0.41
Hex 49 16 BB 3D 58 0 1B 103 4F 29
Octal 111 26 273 75 130 0 33 403 117 51
Binary 1001001 10110 10111011 111101 1011000 0 11011 100000011 1001111 101001

Color Harmonies of #4916BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4916BB

Black with #4916BB

Text Example


Text Example

White with #4916BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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