#431D48

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

Shades of Hot Purple #431D48

Tints of Hot Purple #431D48

Color information

#431D48 (or 0x431D48) is unknown color: approx Hot Purple. HEX triplet: 43, 1D and 48. RGB value is (67,29,72). Sum of RGB (Red+Green+Blue) = 67+29+72=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #431D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D48 is #BCE2B7. Grayscale: #2D2D2D. Windows color (decimal): -12378808 or 4726083. OLE color: 4726083.

HSL color Cylindrical-coordinate representation of color #431D48: hue angle of 293.02º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431D48 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB672972-
CMYK0.070.6000.72
HSL293.02º42.57%19.8%-
HSV(B)293.02º59.72%28.24%-
XYZ3.922.546.41-
YUV45.26143.09143.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.88%
GREEN value IS 29 (11.72% from 255) = 17.26%
BLUE value IS 72 (28.52% from 255) = 42.86%
R=39.88%
G=17.26%
B=42.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6729720.070.6000.72293.0242.5719.8
Hex431D4873C0481252b14
Octal1033511077401104455324
Binary10000111110110010001111111000100100010010010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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