#17064F

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

Shades of Violent Violet #17064F

Tints of Violent Violet #17064F

Color information

#17064F (or 0x17064F) is unknown color: approx Violent Violet. HEX triplet: 17, 06 and 4F. RGB value is (23,6,79). Sum of RGB (Red+Green+Blue) = 23+6+79=108 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.30% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 79 (31.25% from 255 or 73.15% from 108); Max value from RGB is 79 - color contains mainly: blue. Hex color #17064F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17064F is #E8F9B0. Grayscale: #131313. Windows color (decimal): -15268273 or 5178903. OLE color: 5178903.

HSL color Cylindrical-coordinate representation of color #17064F: hue angle of 253.97º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #17064F is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB23679-
CMYK0.710.9200.69
HSL253.97º85.88%16.67%-
HSV(B)253.97º92.41%30.98%-
XYZ1.830.887.47-
YUV19.4161.63130.56-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.30%
GREEN value IS 6 (2.73% from 255) = 5.56%
BLUE value IS 79 (31.25% from 255) = 73.15%
R=21.30%
G=5.56%
B=73.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal236790.710.9200.69253.9785.8816.67
Hex1764F475C045fe5611
Octal276117107134010537612621
Binary101111101001111100011110111000100010111111110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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