#6F1893

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

Shades of Vivid Violet #6F1893

Tints of Vivid Violet #6F1893

Color information

#6F1893 (or 0x6F1893) is unknown color: approx Vivid Violet. HEX triplet: 6F, 18 and 93. RGB value is (111,24,147). Sum of RGB (Red+Green+Blue) = 111+24+147=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F1893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1893 is #90E76C. Grayscale: #3F3F3F. Windows color (decimal): -9496429 or 9640047. OLE color: 9640047.

HSL color Cylindrical-coordinate representation of color #6F1893: hue angle of 282.44º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1893 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11124147-
CMYK0.240.8400.42
HSL282.44º71.93%33.53%-
HSV(B)282.44º83.67%57.65%-
XYZ12.156.1428.15-
YUV64.04174.82161.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.36%
GREEN value IS 24 (9.77% from 255) = 8.51%
BLUE value IS 147 (57.81% from 255) = 52.13%
R=39.36%
G=8.51%
B=52.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111241470.240.8400.42282.4471.9333.53
Hex6F1893185402A11a4822
Octal157302233012405243211042
Binary1101111110001001001111000101010001010101000110101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,24,147); }

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

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

 a { background-color: rgb(111,24,147); }

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

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

 span { border-color: rgb(111,24,147); }

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