Html Css Color HEX #4911B6 Purple Heart

📋 copy color: '#4911B6'

red 73 ◦ green 17 ◦ blue 182

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

Shades of Purple Heart #4911B6

Tints of Purple Heart #4911B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 66.91%

R = 26.84%
G = 6.25%
B = 66.91%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4911B6 (or 0x4911B6) is known color: Purple Heart. HEX triplet: 49, 11 and B6. RGB value is (73,17,182). Sum of RGB (Red+Green+Blue) = 73+17+182=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 182 (71.48% from 255 or 66.91% from 272); Max value from RGB is 182 - color contains mainly: blue. Hex color #4911B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4911B6 is #B6EE49. Grayscale: #333333. Windows color (decimal): -11988554 or 11931977. OLE color: 11931977.

HSL color Cylindrical-coordinate representation of color #4911B6: hue angle of 260.36º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4911B6 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 17 182 -
CMYK 0.60 0.91 0 0.29
HSL 260.36º 0.83% 0.39% -
HSV(B) 260.36º 0.91% 0.71% -
XYZ 11.39 5.19 44.66 -
YUV 52.55 201.05 142.58 -
System Red Green Blue C M Y K H S L
Decimal 73 17 182 0.60 0.91 0 0.29 260.36 0.83 0.39
Hex 49 11 B6 3C 5B 0 1D 104 53 27
Octal 111 21 266 74 133 0 35 404 123 47
Binary 1001001 10001 10110110 111100 1011011 0 11101 100000100 1010011 100111

Color Harmonies of #4911B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4911B6

Black with #4911B6

Text Example


Text Example

White with #4911B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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