#460C4D

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

Shades of Hot Purple #460C4D

Tints of Hot Purple #460C4D

Color information

#460C4D (or 0x460C4D) is unknown color: approx Hot Purple. HEX triplet: 46, 0C and 4D. RGB value is (70,12,77). Sum of RGB (Red+Green+Blue) = 70+12+77=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #460C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C4D is #B9F3B2. Grayscale: #242424. Windows color (decimal): -12186547 or 5049414. OLE color: 5049414.

HSL color Cylindrical-coordinate representation of color #460C4D: hue angle of 293.54º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460C4D is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB701277-
CMYK0.090.8400.70
HSL293.54º73.03%17.45%-
HSV(B)293.54º84.42%30.2%-
XYZ42.17.22-
YUV36.75150.72151.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 12 (5.08% from 255) = 7.55%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=44.03%
G=7.55%
B=48.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7012770.090.8400.70293.5473.0317.45
Hex46C4D9540461264911
Octal1061411511124010644611121
Binary1000110110010011011001101010001000110100100110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460C4D; }

 p { color: rgb(70,12,77); }

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

<style>
 a { background-color: #460C4D; }

 a { background-color: rgb(70,12,77); }

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

<style>
 span { border-color: #460C4D; }

 span { border-color: rgb(70,12,77); }

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