#4b11b7

Color #4B11B7 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4B11B7

Tints of Purple Heart #4B11B7

Color information

#4B11B7 (or 0x4B11B7) is unknown color: approx Purple Heart. HEX triplet: 4B, 11 and B7. RGB value is (75,17,183). Sum of RGB (Red+Green+Blue) = 75+17+183=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 183 (71.88% from 255 or 66.55% from 275); Max value from RGB is 183 - color contains mainly: blue. Hex color #4B11B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B11B7 is #B4EE48. Grayscale: #343434. Windows color (decimal): -11857481 or 11997515. OLE color: 11997515.

HSL color Cylindrical-coordinate representation of color #4B11B7: hue angle of 260.96º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B11B7 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7517183-
CMYK0.590.9100.28
HSL260.96º83%39.22%-
HSV(B)260.96º90.71%71.76%-
XYZ11.655.3245.21-
YUV53.27201.22143.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.27%
GREEN value IS 17 (7.03% from 255) = 6.18%
BLUE value IS 183 (71.88% from 255) = 66.55%
R=27.27%
G=6.18%
B=66.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal75171830.590.9100.28260.968339.22
Hex4B11B73B5B01C1055327
Octal113212677313303440512347
Binary1001011100011011011111101110110110111001000001011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b11b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,17,183); }

 H1.HeaderClassName
 {
   color: #4b11b7;
 }
 .AnyTagClassName
 {
   color: #4b11b7;
 }
</style>
background-color css

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

 a { background-color: rgb(75,17,183); }

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

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

 span { border-color: rgb(75,17,183); }

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