#431D4A

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

Shades of Hot Purple #431D4A

Tints of Hot Purple #431D4A

Color information

#431D4A (or 0x431D4A) is unknown color: approx Hot Purple. HEX triplet: 43, 1D and 4A. RGB value is (67,29,74). Sum of RGB (Red+Green+Blue) = 67+29+74=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 74 - color contains mainly: blue. Hex color #431D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D4A is #BCE2B5. Grayscale: #2D2D2D. Windows color (decimal): -12378806 or 4857155. OLE color: 4857155.

HSL color Cylindrical-coordinate representation of color #431D4A: hue angle of 290.67º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431D4A is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB672974-
CMYK0.090.6100.71
HSL290.67º43.69%20.2%-
HSV(B)290.67º60.81%29.02%-
XYZ3.992.576.76-
YUV45.49144.09143.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.41%
GREEN value IS 29 (11.72% from 255) = 17.06%
BLUE value IS 74 (29.30% from 255) = 43.53%
R=39.41%
G=17.06%
B=43.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6729740.090.6100.71290.6743.6920.2
Hex431D4A93D0471232c14
Octal10335112117501074435424
Binary100001111101100101010011111010100011110010001110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431D4A; }

 p { color: rgb(67,29,74); }

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

<style>
 a { background-color: #431D4A; }

 a { background-color: rgb(67,29,74); }

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

<style>
 span { border-color: #431D4A; }

 span { border-color: rgb(67,29,74); }

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