#43124C

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

Shades of Hot Purple #43124C

Tints of Hot Purple #43124C

Color information

#43124C (or 0x43124C) is unknown color: approx Hot Purple. HEX triplet: 43, 12 and 4C. RGB value is (67,18,76). Sum of RGB (Red+Green+Blue) = 67+18+76=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #43124C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43124C is #BCEDB3. Grayscale: #272727. Windows color (decimal): -12381620 or 4985411. OLE color: 4985411.

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

Color convert

RGB671876-
CMYK0.120.7600.70
HSL290.69º61.7%18.43%-
HSV(B)290.69º76.32%29.8%-
XYZ3.842.157.05-
YUV39.26148.73147.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.61%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 76 (30.08% from 255) = 47.20%
R=41.61%
G=11.18%
B=47.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6718760.120.7600.70290.6961.718.43
Hex43124CC4C0461233e12
Octal103221141411401064437622
Binary1000011100101001100110010011000100011010010001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43124C; }

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

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

<style>
 a { background-color: #43124C; }

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

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

<style>
 span { border-color: #43124C; }

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

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