#461B4B

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

Shades of Hot Purple #461B4B

Tints of Hot Purple #461B4B

Color information

#461B4B (or 0x461B4B) is unknown color: approx Hot Purple. HEX triplet: 46, 1B and 4B. RGB value is (70,27,75). Sum of RGB (Red+Green+Blue) = 70+27+75=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #461B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461B4B is #B9E4B4. Grayscale: #2D2D2D. Windows color (decimal): -12182709 or 4922182. OLE color: 4922182.

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

Color convert

RGB702775-
CMYK0.070.6400.71
HSL293.75º47.06%20%-
HSV(B)293.75º64%29.41%-
XYZ4.192.596.94-
YUV45.33144.75145.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.70%
GREEN value IS 27 (10.94% from 255) = 15.70%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=40.70%
G=15.70%
B=43.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7027750.070.6400.71293.7547.0620
Hex461B4B7400471262f14
Octal10633113710001074465724
Binary100011011011100101111110000000100011110010011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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