#4B1CB3

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

Shades of Purple Heart #4B1CB3

Tints of Purple Heart #4B1CB3

Color information

#4B1CB3 (or 0x4B1CB3) is unknown color: approx Purple Heart. HEX triplet: 4B, 1C and B3. RGB value is (75,28,179). Sum of RGB (Red+Green+Blue) = 75+28+179=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 179 (70.31% from 255 or 63.48% from 282); Max value from RGB is 179 - color contains mainly: blue. Hex color #4B1CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1CB3 is #B4E34C. Grayscale: #3A3A3A. Windows color (decimal): -11854669 or 11738187. OLE color: 11738187.

HSL color Cylindrical-coordinate representation of color #4B1CB3: hue angle of 258.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B1CB3 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7528179-
CMYK0.580.8400.30
HSL258.68º72.95%40.59%-
HSV(B)258.68º84.36%70.2%-
XYZ11.455.5843.12-
YUV59.27195.57139.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.60%
GREEN value IS 28 (11.33% from 255) = 9.93%
BLUE value IS 179 (70.31% from 255) = 63.48%
R=26.60%
G=9.93%
B=63.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal75281790.580.8400.30258.6872.9540.59
Hex4B1CB33A5401E1034929
Octal113342637212403640311151
Binary1001011111001011001111101010101000111101000000111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,28,179); }

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

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

 a { background-color: rgb(75,28,179); }

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

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

 span { border-color: rgb(75,28,179); }

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