#46204B

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

Shades of Hot Purple #46204B

Tints of Hot Purple #46204B

Color information

#46204B (or 0x46204B) is unknown color: approx Hot Purple. HEX triplet: 46, 20 and 4B. RGB value is (70,32,75). Sum of RGB (Red+Green+Blue) = 70+32+75=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #46204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46204B is #B9DFB4. Grayscale: #303030. Windows color (decimal): -12181429 or 4923462. OLE color: 4923462.

HSL color Cylindrical-coordinate representation of color #46204B: hue angle of 293.02º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46204B is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB703275-
CMYK0.070.5700.71
HSL293.02º40.19%20.98%-
HSV(B)293.02º57.33%29.41%-
XYZ4.312.846.98-
YUV48.26143.09143.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.55%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 75 (29.69% from 255) = 42.37%
R=39.55%
G=18.08%
B=42.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7032750.070.5700.71293.0240.1920.98
Hex46204B7390471252815
Octal1064011377101074455025
Binary100011010000010010111111110010100011110010010110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46204B; }

 p { color: rgb(70,32,75); }

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

<style>
 a { background-color: #46204B; }

 a { background-color: rgb(70,32,75); }

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

<style>
 span { border-color: #46204B; }

 span { border-color: rgb(70,32,75); }

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