#4B104D

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

Shades of Hot Purple #4B104D

Tints of Hot Purple #4B104D

Color information

#4B104D (or 0x4B104D) is unknown color: approx Hot Purple. HEX triplet: 4B, 10 and 4D. RGB value is (75,16,77). Sum of RGB (Red+Green+Blue) = 75+16+77=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B104D is #B4EFB2. Grayscale: #282828. Windows color (decimal): -11857843 or 5050443. OLE color: 5050443.

HSL color Cylindrical-coordinate representation of color #4B104D: hue angle of 298.03º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B104D is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB751677-
CMYK0.030.7900.70
HSL298.03º65.59%18.24%-
HSV(B)298.03º79.22%30.2%-
XYZ4.432.47.25-
YUV40.6148.55152.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.64%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 77 (30.47% from 255) = 45.83%
R=44.64%
G=9.52%
B=45.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7516770.030.7900.70298.0365.5918.24
Hex4B104D34F04612a4212
Octal113201153117010645210222
Binary100101110000100110111100111101000110100101010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,16,77); }

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

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

 a { background-color: rgb(75,16,77); }

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

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

 span { border-color: rgb(75,16,77); }

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