#46214B

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

Shades of Hot Purple #46214B

Tints of Hot Purple #46214B

Color information

#46214B (or 0x46214B) is unknown color: approx Hot Purple. HEX triplet: 46, 21 and 4B. RGB value is (70,33,75). Sum of RGB (Red+Green+Blue) = 70+33+75=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 75 - color contains mainly: blue. Hex color #46214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46214B is #B9DEB4. Grayscale: #303030. Windows color (decimal): -12181173 or 4923718. OLE color: 4923718.

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

Color convert

RGB703375-
CMYK0.070.5600.71
HSL292.86º38.89%21.18%-
HSV(B)292.86º56%29.41%-
XYZ4.342.96.99-
YUV48.85142.76143.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=39.33%
G=18.54%
B=42.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7033750.070.5600.71292.8638.8921.18
Hex46214B7380471252715
Octal1064111377001074454725
Binary100011010000110010111111110000100011110010010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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