#29114B

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

Shades of Violent Violet #29114B

Tints of Violent Violet #29114B

Color information

#29114B (or 0x29114B) is unknown color: approx Violent Violet. HEX triplet: 29, 11 and 4B. RGB value is (41,17,75). Sum of RGB (Red+Green+Blue) = 41+17+75=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #29114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29114B is #D6EEB4. Grayscale: #1E1E1E. Windows color (decimal): -14085813 or 4919593. OLE color: 4919593.

HSL color Cylindrical-coordinate representation of color #29114B: hue angle of 264.83º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29114B is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB411775-
CMYK0.450.7700.71
HSL264.83º63.04%18.04%-
HSV(B)264.83º77.33%29.41%-
XYZ2.381.386.8-
YUV30.79152.95135.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 17 (7.03% from 255) = 12.78%
BLUE value IS 75 (29.69% from 255) = 56.39%
R=30.83%
G=12.78%
B=56.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4117750.450.7700.71264.8363.0418.04
Hex29114B2D4D0471093f12
Octal51211135511501074117722
Binary10100110001100101110110110011010100011110000100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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