#4B254C

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

Shades of Hot Purple #4B254C

Tints of Hot Purple #4B254C

Color information

#4B254C (or 0x4B254C) is unknown color: approx Hot Purple. HEX triplet: 4B, 25 and 4C. RGB value is (75,37,76). Sum of RGB (Red+Green+Blue) = 75+37+76=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 76 - color contains mainly: blue. Hex color #4B254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B254C is #B4DAB3. Grayscale: #343434. Windows color (decimal): -11852468 or 4990283. OLE color: 4990283.

HSL color Cylindrical-coordinate representation of color #4B254C: hue angle of 298.46º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B254C is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB753776-
CMYK0.010.5100.70
HSL298.46º34.51%22.16%-
HSV(B)298.46º51.32%29.8%-
XYZ4.873.347.23-
YUV52.81141.09143.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.89%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 76 (30.08% from 255) = 40.43%
R=39.89%
G=19.68%
B=40.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7537760.010.5100.70298.4634.5122.16
Hex4B254C13304612a2316
Octal1134511416301064524326
Binary1001011100101100110011100110100011010010101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,37,76); }

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

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

 a { background-color: rgb(75,37,76); }

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

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

 span { border-color: rgb(75,37,76); }

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