#6C1C92

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

Shades of Vivid Violet #6C1C92

Tints of Vivid Violet #6C1C92

Color information

#6C1C92 (or 0x6C1C92) is unknown color: approx Vivid Violet. HEX triplet: 6C, 1C and 92. RGB value is (108,28,146). Sum of RGB (Red+Green+Blue) = 108+28+146=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C1C92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1C92 is #93E36D. Grayscale: #404040. Windows color (decimal): -9692014 or 9575532. OLE color: 9575532.

HSL color Cylindrical-coordinate representation of color #6C1C92: hue angle of 280.68º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C1C92 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10828146-
CMYK0.260.8100.43
HSL280.68º67.82%34.12%-
HSV(B)280.68º80.82%57.25%-
XYZ11.796.0927.75-
YUV65.37173.5158.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.30%
GREEN value IS 28 (11.33% from 255) = 9.93%
BLUE value IS 146 (57.42% from 255) = 51.77%
R=38.30%
G=9.93%
B=51.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108281460.260.8100.43280.6867.8234.12
Hex6C1C921A5102B1194422
Octal154342223212105343110442
Binary1101100111001001001011010101000101010111000110011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,28,146); }

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

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

 a { background-color: rgb(108,28,146); }

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

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

 span { border-color: rgb(108,28,146); }

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