#6F1C96

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

Shades of Vivid Violet #6F1C96

Tints of Vivid Violet #6F1C96

Color information

#6F1C96 (or 0x6F1C96) is unknown color: approx Vivid Violet. HEX triplet: 6F, 1C and 96. RGB value is (111,28,150). Sum of RGB (Red+Green+Blue) = 111+28+150=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #6F1C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1C96 is #90E369. Grayscale: #424242. Windows color (decimal): -9495402 or 9837679. OLE color: 9837679.

HSL color Cylindrical-coordinate representation of color #6F1C96: hue angle of 280.82º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F1C96 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11128150-
CMYK0.260.8100.41
HSL280.82º68.54%34.9%-
HSV(B)280.82º81.33%58.82%-
XYZ12.486.4129.43-
YUV66.72175159.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.41%
GREEN value IS 28 (11.33% from 255) = 9.69%
BLUE value IS 150 (58.98% from 255) = 51.90%
R=38.41%
G=9.69%
B=51.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111281500.260.8100.41280.8268.5434.9
Hex6F1C961A510291194523
Octal157342263212105143110543
Binary1101111111001001011011010101000101010011000110011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,28,150); }

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

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

 a { background-color: rgb(111,28,150); }

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

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

 span { border-color: rgb(111,28,150); }

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