#4B2250

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

Shades of Hot Purple #4B2250

Tints of Hot Purple #4B2250

Color information

#4B2250 (or 0x4B2250) is unknown color: approx Hot Purple. HEX triplet: 4B, 22 and 50. RGB value is (75,34,80). Sum of RGB (Red+Green+Blue) = 75+34+80=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B2250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2250 is #B4DDAF. Grayscale: #333333. Windows color (decimal): -11853232 or 5251659. OLE color: 5251659.

HSL color Cylindrical-coordinate representation of color #4B2250: hue angle of 293.48º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2250 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB753480-
CMYK0.060.5800.69
HSL293.48º40.35%22.35%-
HSV(B)293.48º57.5%31.37%-
XYZ4.923.227.95-
YUV51.5144.08144.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.68%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=39.68%
G=17.99%
B=42.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7534800.060.5800.69293.4840.3522.35
Hex4B225063A0451252816
Octal1134212067201054455026
Binary100101110001010100001101110100100010110010010110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,34,80); }

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

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

 a { background-color: rgb(75,34,80); }

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

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

 span { border-color: rgb(75,34,80); }

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