#462B4B

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

Shades of Hot Purple #462B4B

Tints of Hot Purple #462B4B

Color information

#462B4B (or 0x462B4B) is unknown color: approx Hot Purple. HEX triplet: 46, 2B and 4B. RGB value is (70,43,75). Sum of RGB (Red+Green+Blue) = 70+43+75=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #462B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B4B is #B9D4B4. Grayscale: #363636. Windows color (decimal): -12178613 or 4926278. OLE color: 4926278.

HSL color Cylindrical-coordinate representation of color #462B4B: hue angle of 290.62º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #462B4B is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB704375-
CMYK0.070.4300.71
HSL290.62º27.12%23.14%-
HSV(B)290.62º42.67%29.41%-
XYZ4.663.547.09-
YUV54.72139.45138.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 43 (17.19% from 255) = 22.87%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=37.23%
G=22.87%
B=39.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7043750.070.4300.71290.6227.1223.14
Hex462B4B72B0471231b17
Octal1065311375301074433327
Binary10001101010111001011111101011010001111001000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462B4B; }

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

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

<style>
 a { background-color: #462B4B; }

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

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

<style>
 span { border-color: #462B4B; }

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

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