#4A234B

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

Shades of Hot Purple #4A234B

Tints of Hot Purple #4A234B

Color information

#4A234B (or 0x4A234B) is unknown color: approx Hot Purple. HEX triplet: 4A, 23 and 4B. RGB value is (74,35,75). Sum of RGB (Red+Green+Blue) = 74+35+75=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A234B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A234B is #B5DCB4. Grayscale: #333333. Windows color (decimal): -11918517 or 4924234. OLE color: 4924234.

HSL color Cylindrical-coordinate representation of color #4A234B: hue angle of 298.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A234B is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB743575-
CMYK0.010.5300.71
HSL298.5º36.36%21.57%-
HSV(B)298.5º53.33%29.41%-
XYZ4.73.177.02-
YUV51.22141.42144.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.22%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 75 (29.69% from 255) = 40.76%
R=40.22%
G=19.02%
B=40.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7435750.010.5300.71298.536.3621.57
Hex4A234B13504712a2416
Octal1124311316501074524426
Binary1001010100011100101111101010100011110010101010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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