Html Css Color HEX #4916BE Purple Heart

📋 copy color: '#4916BE'

red 73 ◦ green 22 ◦ blue 190

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

Shades of Purple Heart #4916BE

Tints of Purple Heart #4916BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.67%

R = 25.61%
G = 7.72%
B = 66.67%

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

#4916BE (or 0x4916BE) is known color: Purple Heart. HEX triplet: 49, 16 and BE. RGB value is (73,22,190). Sum of RGB (Red+Green+Blue) = 73+22+190=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #4916BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4916BE is #B6E941. Grayscale: #373737. Windows color (decimal): -11987266 or 12457545. OLE color: 12457545.

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

Color convert

RGB 73 22 190 -
CMYK 0.62 0.88 0 0.25
HSL 258.21º 0.79% 0.42% -
HSV(B) 258.21º 0.88% 0.75% -
XYZ 12.33 5.71 49.17 -
YUV 56.4 203.4 139.84 -
System Red Green Blue C M Y K H S L
Decimal 73 22 190 0.62 0.88 0 0.25 258.21 0.79 0.42
Hex 49 16 BE 3E 58 0 19 102 4F 2A
Octal 111 26 276 76 130 0 31 402 117 52
Binary 1001001 10110 10111110 111110 1011000 0 11001 100000010 1001111 101010

Color Harmonies of #4916BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4916BE

Black with #4916BE

Text Example


Text Example

White with #4916BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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