#4B23AA

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

Shades of Purple Heart #4B23AA

Tints of Purple Heart #4B23AA

Color information

#4B23AA (or 0x4B23AA) is unknown color: approx Purple Heart. HEX triplet: 4B, 23 and AA. RGB value is (75,35,170). Sum of RGB (Red+Green+Blue) = 75+35+170=280 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.79% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B23AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B23AA is #B4DC55. Grayscale: #3D3D3D. Windows color (decimal): -11852886 or 11150155. OLE color: 11150155.

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

Color convert

RGB7535170-
CMYK0.560.7900.33
HSL257.78º65.85%40.2%-
HSV(B)257.78º79.41%66.67%-
XYZ10.765.638.54-
YUV62.35188.75137.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.79%
GREEN value IS 35 (14.06% from 255) = 12.5%
BLUE value IS 170 (66.80% from 255) = 60.71%
R=26.79%
G=12.5%
B=60.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75351700.560.7900.33257.7865.8540.2
Hex4B23AA384F0211024228
Octal113432527011704140210250
Binary100101110001110101010111000100111101000011000000101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B23AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,35,170); }

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

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

 a { background-color: rgb(75,35,170); }

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

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

 span { border-color: rgb(75,35,170); }

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