#6F179C

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

Shades of Vivid Violet #6F179C

Tints of Vivid Violet #6F179C

Color information

#6F179C (or 0x6F179C) is unknown color: approx Vivid Violet. HEX triplet: 6F, 17 and 9C. RGB value is (111,23,156). Sum of RGB (Red+Green+Blue) = 111+23+156=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F179C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F179C is #90E863. Grayscale: #404040. Windows color (decimal): -9496676 or 10229615. OLE color: 10229615.

HSL color Cylindrical-coordinate representation of color #6F179C: hue angle of 279.7º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F179C is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11123156-
CMYK0.290.8500.39
HSL279.7º74.3%35.1%-
HSV(B)279.7º85.26%61.18%-
XYZ12.866.3932.01-
YUV64.47179.65161.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.28%
GREEN value IS 23 (9.38% from 255) = 7.93%
BLUE value IS 156 (61.33% from 255) = 53.79%
R=38.28%
G=7.93%
B=53.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111231560.290.8500.39279.774.335.1
Hex6F179C1D550271184a23
Octal157272343512504743011243
Binary1101111101111001110011101101010101001111000110001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F179C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F179C; }

 p { color: rgb(111,23,156); }

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

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

 a { background-color: rgb(111,23,156); }

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

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

 span { border-color: rgb(111,23,156); }

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