#170053

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

Shades of Violent Violet #170053

Tints of Violent Violet #170053

Color information

#170053 (or 0x170053) is unknown color: approx Violent Violet. HEX triplet: 17, 00 and 53. RGB value is (23,0,83). Sum of RGB (Red+Green+Blue) = 23+0+83=106 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.70% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #170053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170053 is #E8FFAC. Grayscale: #101010. Windows color (decimal): -15269805 or 5439511. OLE color: 5439511.

HSL color Cylindrical-coordinate representation of color #170053: hue angle of 256.63º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170053 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB23083-
CMYK0.72100.67
HSL256.63º100%16.27%-
HSV(B)256.63º100%32.55%-
XYZ1.910.818.24-
YUV16.34165.62132.75-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 78.30%
R=21.70%
G=0%
B=78.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal230830.72100.67256.6310016.27
Hex1705348640431016410
Octal270123110144010340114420
Binary10111010100111001000110010001000011100000001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170053; }

 p { color: rgb(23,0,83); }

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

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

 a { background-color: rgb(23,0,83); }

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

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

 span { border-color: rgb(23,0,83); }

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