Html Css Color HEX #4900BE Purple Heart

📋 copy color: '#4900BE'

red 73 ◦ green 0 ◦ blue 190

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

Shades of Purple Heart #4900BE

Tints of Purple Heart #4900BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.76%
G = 0%
B = 72.24%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4900BE (or 0x4900BE) is known color: Purple Heart. HEX triplet: 49, 00 and BE. RGB value is (73,0,190). Sum of RGB (Red+Green+Blue) = 73+0+190=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 190 (74.61% from 255 or 72.24% from 263); Max value from RGB is 190 - color contains mainly: blue. Hex color #4900BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900BE is #B6FF41. Grayscale: #2A2A2A. Windows color (decimal): -11992898 or 12451913. OLE color: 12451913.

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

Color convert

RGB 73 0 190 -
CMYK 0.62 1 0 0.25
HSL 263.05º 1% 0.37% -
HSV(B) 263.05º 1% 0.75% -
XYZ 12.04 5.13 49.07 -
YUV 43.49 210.68 149.05 -
System Red Green Blue C M Y K H S L
Decimal 73 0 190 0.62 1 0 0.25 263.05 1 0.37
Hex 49 0 BE 3E 64 0 19 107 64 25
Octal 111 0 276 76 144 0 31 407 144 45
Binary 1001001 0 10111110 111110 1100100 0 11001 100000111 1100100 100101

Color Harmonies of #4900BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4900BE

Black with #4900BE

Text Example


Text Example

White with #4900BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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