#17014C

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

Shades of Violent Violet #17014C

Tints of Violent Violet #17014C

Color information

#17014C (or 0x17014C) is unknown color: approx Violent Violet. HEX triplet: 17, 01 and 4C. RGB value is (23,1,76). Sum of RGB (Red+Green+Blue) = 23+1+76=100 (13% of max value = 765). Red value is 23 (9.38% from 255 or 23% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 76 (30.08% from 255 or 76% from 100); Max value from RGB is 76 - color contains mainly: blue. Hex color #17014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17014C is #E8FEB3. Grayscale: #0F0F0F. Windows color (decimal): -15269556 or 4981015. OLE color: 4981015.

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

Color convert

RGB23176-
CMYK0.700.9900.70
HSL257.6º97.4%15.1%-
HSV(B)257.6º98.68%29.8%-
XYZ1.670.736.89-
YUV16.13161.79132.9-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 23%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 76 (30.08% from 255) = 76%
R=23%
G=1%
B=76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal231760.700.9900.70257.697.415.1
Hex1714C466304610261f
Octal271114106143010640214117
Binary1011111001100100011011000110100011010000001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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