#6C1F93

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

Shades of Vivid Violet #6C1F93

Tints of Vivid Violet #6C1F93

Color information

#6C1F93 (or 0x6C1F93) is unknown color: approx Vivid Violet. HEX triplet: 6C, 1F and 93. RGB value is (108,31,147). Sum of RGB (Red+Green+Blue) = 108+31+147=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C1F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1F93 is #93E06C. Grayscale: #424242. Windows color (decimal): -9691245 or 9641836. OLE color: 9641836.

HSL color Cylindrical-coordinate representation of color #6C1F93: hue angle of 279.83º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C1F93 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10831147-
CMYK0.270.7900.42
HSL279.83º65.17%34.9%-
HSV(B)279.83º78.91%57.65%-
XYZ11.946.2728.19-
YUV67.25173.01157.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.76%
GREEN value IS 31 (12.5% from 255) = 10.84%
BLUE value IS 147 (57.81% from 255) = 51.40%
R=37.76%
G=10.84%
B=51.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108311470.270.7900.42279.8365.1734.9
Hex6C1F931B4F02A1184123
Octal154372233311705243010143
Binary1101100111111001001111011100111101010101000110001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,31,147); }

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

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

 a { background-color: rgb(108,31,147); }

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

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

 span { border-color: rgb(108,31,147); }

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