Html Css Color HEX #4911BE Purple Heart

📋 copy color: '#4911BE'

red 73 ◦ green 17 ◦ blue 190

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

Shades of Purple Heart #4911BE

Tints of Purple Heart #4911BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

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

R = 26.07%
G = 6.07%
B = 67.86%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4911BE (or 0x4911BE) is known color: Purple Heart. HEX triplet: 49, 11 and BE. RGB value is (73,17,190). Sum of RGB (Red+Green+Blue) = 73+17+190=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #4911BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4911BE is #B6EE41. Grayscale: #343434. Windows color (decimal): -11988546 or 12456265. OLE color: 12456265.

HSL color Cylindrical-coordinate representation of color #4911BE: hue angle of 259.42º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4911BE is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 17 190 -
CMYK 0.62 0.91 0 0.25
HSL 259.42º 0.84% 0.41% -
HSV(B) 259.42º 0.91% 0.75% -
XYZ 12.24 5.54 49.14 -
YUV 53.47 205.05 141.93 -
System Red Green Blue C M Y K H S L
Decimal 73 17 190 0.62 0.91 0 0.25 259.42 0.84 0.41
Hex 49 11 BE 3E 5B 0 19 103 54 29
Octal 111 21 276 76 133 0 31 403 124 51
Binary 1001001 10001 10111110 111110 1011011 0 11001 100000011 1010100 101001

Color Harmonies of #4911BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4911BE

Black with #4911BE

Text Example


Text Example

White with #4911BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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