#46234B

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

Shades of Hot Purple #46234B

Tints of Hot Purple #46234B

Color information

#46234B (or 0x46234B) is unknown color: approx Hot Purple. HEX triplet: 46, 23 and 4B. RGB value is (70,35,75). Sum of RGB (Red+Green+Blue) = 70+35+75=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #46234B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46234B is #B9DCB4. Grayscale: #313131. Windows color (decimal): -12180661 or 4924230. OLE color: 4924230.

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

Color convert

RGB703575-
CMYK0.070.5300.71
HSL292.5º36.36%21.57%-
HSV(B)292.5º53.33%29.41%-
XYZ4.43.017.01-
YUV50.02142.1142.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 35 (14.06% from 255) = 19.44%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=38.89%
G=19.44%
B=41.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7035750.070.5300.71292.536.3621.57
Hex46234B7350471242416
Octal1064311376501074444426
Binary100011010001110010111111101010100011110010010010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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