Html Css Color HEX #29174C Violent Violet

📋 copy color: '#29174C'

red 41 ◦ green 23 ◦ blue 76

#29174C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violent Violet #29174C

Tints of Violent Violet #29174C

RGB

 RED value IS 41 (16.41% from 255) = 29.29%

 GREEN value IS 23 (9.38% from 255) = 16.43%

 BLUE value IS 76 (30.08% from 255) = 54.29%

R = 29.29%
G = 16.43%
B = 54.29%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29174C (or 0x29174C) is known color: Violent Violet. HEX triplet: 29, 17 and 4C. RGB value is (41,23,76). Sum of RGB (Red+Green+Blue) = 41+23+76=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #29174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29174C is #D6E8B3. Grayscale: #222222. Windows color (decimal): -14084276 or 4986665. OLE color: 4986665.

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

Color convert

RGB 41 23 76 -
CMYK 0.46 0.70 0 0.70
HSL 260.38º 0.54% 0.19% -
HSV(B) 260.38º 0.7% 0.3% -
XYZ 2.53 1.61 7.01 -
YUV 34.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 41 23 76 0.46 0.70 0 0.70 260.38 0.54 0.19
Hex 29 17 4C 2E 46 0 46 104 36 13
Octal 51 27 114 56 106 0 106 404 66 23
Binary 101001 10111 1001100 101110 1000110 0 1000110 100000100 110110 10011

Color Harmonies of #29174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29174C

Black with #29174C

Text Example


Text Example

White with #29174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29174C;
 }
 .AnyTagClassName
 {
   color: #29174C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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