#6F1998

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

Shades of Vivid Violet #6F1998

Tints of Vivid Violet #6F1998

Color information

#6F1998 (or 0x6F1998) is unknown color: approx Vivid Violet. HEX triplet: 6F, 19 and 98. RGB value is (111,25,152). Sum of RGB (Red+Green+Blue) = 111+25+152=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F1998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1998 is #90E667. Grayscale: #404040. Windows color (decimal): -9496168 or 9967983. OLE color: 9967983.

HSL color Cylindrical-coordinate representation of color #6F1998: hue angle of 280.63º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1998 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11125152-
CMYK0.270.8400.40
HSL280.63º71.75%34.71%-
HSV(B)280.63º83.55%59.61%-
XYZ12.576.3430.27-
YUV65.19176.99160.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 25 (10.16% from 255) = 8.68%
BLUE value IS 152 (59.77% from 255) = 52.78%
R=38.54%
G=8.68%
B=52.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111251520.270.8400.40280.6371.7534.71
Hex6F19981B540281194823
Octal157312303312405043111043
Binary1101111110011001100011011101010001010001000110011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,25,152); }

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

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

 a { background-color: rgb(111,25,152); }

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

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

 span { border-color: rgb(111,25,152); }

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