#29114C

Color #29114C Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #29114C

Tints of Violent Violet #29114C

Color information

#29114C (or 0x29114C) is unknown color: approx Violent Violet. HEX triplet: 29, 11 and 4C. RGB value is (41,17,76). Sum of RGB (Red+Green+Blue) = 41+17+76=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 76 (30.08% from 255 or 56.72% from 134); Max value from RGB is 76 - color contains mainly: blue. Hex color #29114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29114C is #D6EEB3. Grayscale: #1E1E1E. Windows color (decimal): -14085812 or 4985129. OLE color: 4985129.

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

Color convert

RGB411776-
CMYK0.460.7800.70
HSL264.41º63.44%18.24%-
HSV(B)264.41º77.63%29.8%-
XYZ2.421.396.98-
YUV30.9153.45135.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.60%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 76 (30.08% from 255) = 56.72%
R=30.60%
G=12.69%
B=56.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4117760.460.7800.70264.4163.4418.24
Hex29114C2E4E0461083f12
Octal51211145611601064107722
Binary10100110001100110010111010011100100011010000100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,17,76); }

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

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

 a { background-color: rgb(41,17,76); }

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

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

 span { border-color: rgb(41,17,76); }

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