#4B2654

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

Shades of Hot Purple #4B2654

Tints of Hot Purple #4B2654

Color information

#4B2654 (or 0x4B2654) is unknown color: approx Hot Purple. HEX triplet: 4B, 26 and 54. RGB value is (75,38,84). Sum of RGB (Red+Green+Blue) = 75+38+84=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #4B2654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2654 is #B4D9AB. Grayscale: #363636. Windows color (decimal): -11852204 or 5514827. OLE color: 5514827.

HSL color Cylindrical-coordinate representation of color #4B2654: hue angle of 288.26º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B2654 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB753884-
CMYK0.110.5500.67
HSL288.26º37.7%23.92%-
HSV(B)288.26º54.76%32.94%-
XYZ5.193.528.79-
YUV54.31144.76142.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.07%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=38.07%
G=19.29%
B=42.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7538840.110.5500.67288.2637.723.92
Hex4B2654B370431202618
Octal11346124136701034404630
Binary1001011100110101010010111101110100001110010000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,38,84); }

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

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

 a { background-color: rgb(75,38,84); }

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

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

 span { border-color: rgb(75,38,84); }

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