#6C2592

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

Shades of Vivid Violet #6C2592

Tints of Vivid Violet #6C2592

Color information

#6C2592 (or 0x6C2592) is unknown color: approx Vivid Violet. HEX triplet: 6C, 25 and 92. RGB value is (108,37,146). Sum of RGB (Red+Green+Blue) = 108+37+146=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C2592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2592 is #93DA6D. Grayscale: #464646. Windows color (decimal): -9689710 or 9577836. OLE color: 9577836.

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

Color convert

RGB10837146-
CMYK0.260.7500.43
HSL279.08º59.56%35.88%-
HSV(B)279.08º74.66%57.25%-
XYZ12.036.5927.83-
YUV70.66170.52154.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.11%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 146 (57.42% from 255) = 50.17%
R=37.11%
G=12.71%
B=50.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108371460.260.7500.43279.0859.5635.88
Hex6C25921A4B02B1173c24
Octal15445222321130534277444
Binary1101100100101100100101101010010110101011100010111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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