Html Css Color HEX #4D11B9 Purple Heart

📋 copy color: '#4D11B9'

red 77 ◦ green 17 ◦ blue 185

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

Shades of Purple Heart #4D11B9

Tints of Purple Heart #4D11B9

RGB

 RED value IS 77 (30.47% from 255) = 27.6%

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

 BLUE value IS 185 (72.66% from 255) = 66.31%

R = 27.6%
G = 6.09%
B = 66.31%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D11B9 (or 0x4D11B9) is known color: Purple Heart. HEX triplet: 4D, 11 and B9. RGB value is (77,17,185). Sum of RGB (Red+Green+Blue) = 77+17+185=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 185 (72.66% from 255 or 66.31% from 279); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D11B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D11B9 is #B2EE46. Grayscale: #353535. Windows color (decimal): -11726407 or 12128589. OLE color: 12128589.

HSL color Cylindrical-coordinate representation of color #4D11B9: hue angle of 261.43º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D11B9 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 17 185 -
CMYK 0.58 0.91 0 0.27
HSL 261.43º 0.83% 0.4% -
HSV(B) 261.43º 0.91% 0.73% -
XYZ 12.02 5.48 46.32 -
YUV 54.09 201.88 144.34 -
System Red Green Blue C M Y K H S L
Decimal 77 17 185 0.58 0.91 0 0.27 261.43 0.83 0.4
Hex 4D 11 B9 3A 5B 0 1B 105 53 28
Octal 115 21 271 72 133 0 33 405 123 50
Binary 1001101 10001 10111001 111010 1011011 0 11011 100000101 1010011 101000

Color Harmonies of #4D11B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D11B9

Black with #4D11B9

Text Example


Text Example

White with #4D11B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D11B9; }

 p { color: rgb(77,17,185); }

 H1.HeaderClassName
 {
   color: #4D11B9;
 }
 .AnyTagClassName
 {
   color: #4D11B9;
 }
</style>

background-color css

<style>
 a { background-color: #4D11B9; }

 a { background-color: rgb(77,17,185); }

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

border-color css

<style>
 span { border-color: #4D11B9; }

 span { border-color: rgb(77,17,185); }

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