Html Css Color HEX #4900BB Purple Heart

📋 copy color: '#4900BB'

red 73 ◦ green 0 ◦ blue 187

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

Shades of Purple Heart #4900BB

Tints of Purple Heart #4900BB

RGB

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

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

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

R = 28.08%
G = 0%
B = 71.92%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4900BB (or 0x4900BB) is known color: Purple Heart. HEX triplet: 49, 00 and BB. RGB value is (73,0,187). Sum of RGB (Red+Green+Blue) = 73+0+187=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 187 (73.44% from 255 or 71.92% from 260); Max value from RGB is 187 - color contains mainly: blue. Hex color #4900BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900BB is #B6FF44. Grayscale: #2A2A2A. Windows color (decimal): -11992901 or 12255305. OLE color: 12255305.

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

Color convert

RGB 73 0 187 -
CMYK 0.61 1 0 0.27
HSL 263.42º 1% 0.37% -
HSV(B) 263.42º 1% 0.73% -
XYZ 11.72 5 47.36 -
YUV 43.15 209.18 149.29 -
System Red Green Blue C M Y K H S L
Decimal 73 0 187 0.61 1 0 0.27 263.42 1 0.37
Hex 49 0 BB 3D 64 0 1B 107 64 25
Octal 111 0 273 75 144 0 33 407 144 45
Binary 1001001 0 10111011 111101 1100100 0 11011 100000111 1100100 100101

Color Harmonies of #4900BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4900BB

Black with #4900BB

Text Example


Text Example

White with #4900BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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