#4B234F

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

Shades of Hot Purple #4B234F

Tints of Hot Purple #4B234F

Color information

#4B234F (or 0x4B234F) is unknown color: approx Hot Purple. HEX triplet: 4B, 23 and 4F. RGB value is (75,35,79). Sum of RGB (Red+Green+Blue) = 75+35+79=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B234F is #B4DCB0. Grayscale: #333333. Windows color (decimal): -11852977 or 5186379. OLE color: 5186379.

HSL color Cylindrical-coordinate representation of color #4B234F: hue angle of 294.55º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B234F is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB753579-
CMYK0.050.5600.69
HSL294.55º38.6%22.35%-
HSV(B)294.55º55.7%30.98%-
XYZ4.913.267.77-
YUV51.98143.25144.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.68%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=39.68%
G=18.52%
B=41.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7535790.050.5600.69294.5538.622.35
Hex4B234F5380451272716
Octal1134311757001054474726
Binary100101110001110011111011110000100010110010011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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