#430E4E

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

Shades of Hot Purple #430E4E

Tints of Hot Purple #430E4E

Color information

#430E4E (or 0x430E4E) is unknown color: approx Hot Purple. HEX triplet: 43, 0E and 4E. RGB value is (67,14,78). Sum of RGB (Red+Green+Blue) = 67+14+78=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #430E4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430E4E is #BCF1B1. Grayscale: #242424. Windows color (decimal): -12382642 or 5115459. OLE color: 5115459.

HSL color Cylindrical-coordinate representation of color #430E4E: hue angle of 289.69º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #430E4E is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB671478-
CMYK0.140.8200.69
HSL289.69º69.57%18.04%-
HSV(B)289.69º82.05%30.59%-
XYZ3.852.067.4-
YUV37.14151.06149.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.14%
GREEN value IS 14 (5.86% from 255) = 8.81%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=42.14%
G=8.81%
B=49.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6714780.140.8200.69289.6969.5718.04
Hex43E4EE520451224612
Octal1031611616122010544210622
Binary1000011111010011101110101001001000101100100010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430E4E; }

 p { color: rgb(67,14,78); }

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

<style>
 a { background-color: #430E4E; }

 a { background-color: rgb(67,14,78); }

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

<style>
 span { border-color: #430E4E; }

 span { border-color: rgb(67,14,78); }

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