#4b1bb6

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

Shades of Purple Heart #4B1BB6

Tints of Purple Heart #4B1BB6

Color information

#4B1BB6 (or 0x4B1BB6) is unknown color: approx Purple Heart. HEX triplet: 4B, 1B and B6. RGB value is (75,27,182). Sum of RGB (Red+Green+Blue) = 75+27+182=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 182 (71.48% from 255 or 64.08% from 284); Max value from RGB is 182 - color contains mainly: blue. Hex color #4B1BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1BB6 is #B4E449. Grayscale: #3A3A3A. Windows color (decimal): -11854922 or 11934539. OLE color: 11934539.

HSL color Cylindrical-coordinate representation of color #4B1BB6: hue angle of 258.58º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B1BB6 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7527182-
CMYK0.590.8500.29
HSL258.58º74.16%40.98%-
HSV(B)258.58º85.16%71.37%-
XYZ11.745.6644.73-
YUV59.02197.4139.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.41%
GREEN value IS 27 (10.94% from 255) = 9.51%
BLUE value IS 182 (71.48% from 255) = 64.08%
R=26.41%
G=9.51%
B=64.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal75271820.590.8500.29258.5874.1640.98
Hex4B1BB63B5501D1034a29
Octal113332667312503540311251
Binary1001011110111011011011101110101010111011000000111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b1bb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,27,182); }

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

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

 a { background-color: rgb(75,27,182); }

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

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

 span { border-color: rgb(75,27,182); }

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