#4B1AAC

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

Shades of Purple Heart #4B1AAC

Tints of Purple Heart #4B1AAC

Color information

#4B1AAC (or 0x4B1AAC) is unknown color: approx Purple Heart. HEX triplet: 4B, 1A and AC. RGB value is (75,26,172). Sum of RGB (Red+Green+Blue) = 75+26+172=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B1AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1AAC is #B4E553. Grayscale: #383838. Windows color (decimal): -11855188 or 11278923. OLE color: 11278923.

HSL color Cylindrical-coordinate representation of color #4B1AAC: hue angle of 260.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B1AAC is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7526172-
CMYK0.560.8500.33
HSL260.14º73.74%38.82%-
HSV(B)260.14º84.88%67.45%-
XYZ10.725.2139.47-
YUV57.3192.73140.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.47%
GREEN value IS 26 (10.55% from 255) = 9.52%
BLUE value IS 172 (67.58% from 255) = 63.00%
R=27.47%
G=9.52%
B=63.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75261720.560.8500.33260.1473.7438.82
Hex4B1AAC38550211044a27
Octal113322547012504140411247
Binary10010111101010101100111000101010101000011000001001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,26,172); }

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

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

 a { background-color: rgb(75,26,172); }

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

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

 span { border-color: rgb(75,26,172); }

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