#4B1BA5

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

Shades of Purple Heart #4B1BA5

Tints of Purple Heart #4B1BA5

Color information

#4B1BA5 (or 0x4B1BA5) is unknown color: approx Purple Heart. HEX triplet: 4B, 1B and A5. RGB value is (75,27,165). Sum of RGB (Red+Green+Blue) = 75+27+165=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 165 (64.84% from 255 or 61.80% from 267); Max value from RGB is 165 - color contains mainly: blue. Hex color #4B1BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1BA5 is #B4E45A. Grayscale: #383838. Windows color (decimal): -11854939 or 10820427. OLE color: 10820427.

HSL color Cylindrical-coordinate representation of color #4B1BA5: hue angle of 260.87º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B1BA5 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7527165-
CMYK0.550.8400.35
HSL260.87º71.88%37.65%-
HSV(B)260.87º83.64%64.71%-
XYZ10.09536.03-
YUV57.08188.9140.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.09%
GREEN value IS 27 (10.94% from 255) = 10.11%
BLUE value IS 165 (64.84% from 255) = 61.80%
R=28.09%
G=10.11%
B=61.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal75271650.550.8400.35260.8771.8837.65
Hex4B1BA537540231054826
Octal113332456712404340511046
Binary10010111101110100101110111101010001000111000001011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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