#29144C

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

Shades of Violent Violet #29144C

Tints of Violent Violet #29144C

Color information

#29144C (or 0x29144C) is unknown color: approx Violent Violet. HEX triplet: 29, 14 and 4C. RGB value is (41,20,76). Sum of RGB (Red+Green+Blue) = 41+20+76=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 76 (30.08% from 255 or 55.47% from 137); Max value from RGB is 76 - color contains mainly: blue. Hex color #29144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29144C is #D6EBB3. Grayscale: #202020. Windows color (decimal): -14085044 or 4985897. OLE color: 4985897.

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

Color convert

RGB412076-
CMYK0.460.7400.70
HSL262.5º58.33%18.82%-
HSV(B)262.5º73.68%29.8%-
XYZ2.471.497-
YUV32.66152.46133.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.93%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 76 (30.08% from 255) = 55.47%
R=29.93%
G=14.60%
B=55.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4120760.460.7400.70262.558.3318.82
Hex29144C2E4A0461063a13
Octal51241145611201064067223
Binary10100110100100110010111010010100100011010000011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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