#431D4C

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

Shades of Hot Purple #431D4C

Tints of Hot Purple #431D4C

Color information

#431D4C (or 0x431D4C) is unknown color: approx Hot Purple. HEX triplet: 43, 1D and 4C. RGB value is (67,29,76). Sum of RGB (Red+Green+Blue) = 67+29+76=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #431D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D4C is #BCE2B3. Grayscale: #2D2D2D. Windows color (decimal): -12378804 or 4988227. OLE color: 4988227.

HSL color Cylindrical-coordinate representation of color #431D4C: hue angle of 288.51º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #431D4C is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB672976-
CMYK0.120.6200.70
HSL288.51º44.76%20.59%-
HSV(B)288.51º61.84%29.8%-
XYZ4.062.597.12-
YUV45.72145.09143.18-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.95%
GREEN value IS 29 (11.72% from 255) = 16.86%
BLUE value IS 76 (30.08% from 255) = 44.19%
R=38.95%
G=16.86%
B=44.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6729760.120.6200.70288.5144.7620.59
Hex431D4CC3E0461212d15
Octal10335114147601064415525
Binary100001111101100110011001111100100011010010000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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