#461E4C

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

Shades of Hot Purple #461E4C

Tints of Hot Purple #461E4C

Color information

#461E4C (or 0x461E4C) is unknown color: approx Hot Purple. HEX triplet: 46, 1E and 4C. RGB value is (70,30,76). Sum of RGB (Red+Green+Blue) = 70+30+76=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #461E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E4C is #B9E1B3. Grayscale: #2F2F2F. Windows color (decimal): -12181940 or 4988486. OLE color: 4988486.

HSL color Cylindrical-coordinate representation of color #461E4C: hue angle of 292.17º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #461E4C is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB703076-
CMYK0.080.6100.70
HSL292.17º43.4%20.78%-
HSV(B)292.17º60.53%29.8%-
XYZ4.292.757.14-
YUV47.2144.25144.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 76 (30.08% from 255) = 43.18%
R=39.77%
G=17.05%
B=43.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7030760.080.6100.70292.1743.420.78
Hex461E4C83D0461242b15
Octal10636114107501064445325
Binary100011011110100110010001111010100011010010010010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461E4C; }

 p { color: rgb(70,30,76); }

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

<style>
 a { background-color: #461E4C; }

 a { background-color: rgb(70,30,76); }

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

<style>
 span { border-color: #461E4C; }

 span { border-color: rgb(70,30,76); }

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