#17064C

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

Shades of Violent Violet #17064C

Tints of Violent Violet #17064C

Color information

#17064C (or 0x17064C) is unknown color: approx Violent Violet. HEX triplet: 17, 06 and 4C. RGB value is (23,6,76). Sum of RGB (Red+Green+Blue) = 23+6+76=105 (13% of max value = 765). Red value is 23 (9.38% from 255 or 21.90% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 76 (30.08% from 255 or 72.38% from 105); Max value from RGB is 76 - color contains mainly: blue. Hex color #17064C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17064C is #E8F9B3. Grayscale: #121212. Windows color (decimal): -15268276 or 4982295. OLE color: 4982295.

HSL color Cylindrical-coordinate representation of color #17064C: hue angle of 254.57º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #17064C is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB23676-
CMYK0.700.9200.70
HSL254.57º85.37%16.08%-
HSV(B)254.57º92.11%29.8%-
XYZ1.720.836.91-
YUV19.06160.13130.81-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.90%
GREEN value IS 6 (2.73% from 255) = 5.71%
BLUE value IS 76 (30.08% from 255) = 72.38%
R=21.90%
G=5.71%
B=72.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal236760.700.9200.70254.5785.3716.08
Hex1764C465C046ff5510
Octal276114106134010637712520
Binary101111101001100100011010111000100011011111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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