#6C139E

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

Shades of Vivid Violet #6C139E

Tints of Vivid Violet #6C139E

Color information

#6C139E (or 0x6C139E) is unknown color: approx Vivid Violet. HEX triplet: 6C, 13 and 9E. RGB value is (108,19,158). Sum of RGB (Red+Green+Blue) = 108+19+158=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C139E is #93EC61. Grayscale: #3C3C3C. Windows color (decimal): -9694306 or 10359660. OLE color: 10359660.

HSL color Cylindrical-coordinate representation of color #6C139E: hue angle of 278.42º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C139E is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10819158-
CMYK0.320.8800.38
HSL278.42º78.53%34.71%-
HSV(B)278.42º87.97%61.96%-
XYZ12.596.1232.87-
YUV61.46182.49161.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.89%
GREEN value IS 19 (7.81% from 255) = 6.67%
BLUE value IS 158 (62.11% from 255) = 55.44%
R=37.89%
G=6.67%
B=55.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108191580.320.8800.38278.4278.5334.71
Hex6C139E20580261164f23
Octal154232364013004642611743
Binary11011001001110011110100000101100001001101000101101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,19,158); }

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

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

 a { background-color: rgb(108,19,158); }

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

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

 span { border-color: rgb(108,19,158); }

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