Html Css Color HEX #4911BD Purple Heart

📋 copy color: '#4911BD'

red 73 ◦ green 17 ◦ blue 189

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

Shades of Purple Heart #4911BD

Tints of Purple Heart #4911BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 67.74%

R = 26.16%
G = 6.09%
B = 67.74%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4911BD (or 0x4911BD) is known color: Purple Heart. HEX triplet: 49, 11 and BD. RGB value is (73,17,189). Sum of RGB (Red+Green+Blue) = 73+17+189=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #4911BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4911BD is #B6EE42. Grayscale: #343434. Windows color (decimal): -11988547 or 12390729. OLE color: 12390729.

HSL color Cylindrical-coordinate representation of color #4911BD: hue angle of 259.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4911BD is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 17 189 -
CMYK 0.61 0.91 0 0.26
HSL 259.53º 0.83% 0.4% -
HSV(B) 259.53º 0.91% 0.74% -
XYZ 12.13 5.49 48.56 -
YUV 53.35 204.55 142.01 -
System Red Green Blue C M Y K H S L
Decimal 73 17 189 0.61 0.91 0 0.26 259.53 0.83 0.4
Hex 49 11 BD 3D 5B 0 1A 104 53 28
Octal 111 21 275 75 133 0 32 404 123 50
Binary 1001001 10001 10111101 111101 1011011 0 11010 100000100 1010011 101000

Color Harmonies of #4911BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4911BD

Black with #4911BD

Text Example


Text Example

White with #4911BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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