#6A2092

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

Shades of Vivid Violet #6A2092

Tints of Vivid Violet #6A2092

Color information

#6A2092 (or 0x6A2092) is unknown color: approx Vivid Violet. HEX triplet: 6A, 20 and 92. RGB value is (106,32,146). Sum of RGB (Red+Green+Blue) = 106+32+146=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A2092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2092 is #95DF6D. Grayscale: #424242. Windows color (decimal): -9822062 or 9576554. OLE color: 9576554.

HSL color Cylindrical-coordinate representation of color #6A2092: hue angle of 278.95º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A2092 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10632146-
CMYK0.270.7800.43
HSL278.95º64.04%34.9%-
HSV(B)278.95º78.08%57.25%-
XYZ11.656.1727.77-
YUV67.12172.52155.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 32 (12.89% from 255) = 11.27%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=37.32%
G=11.27%
B=51.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106321460.270.7800.43278.9564.0434.9
Hex6A20921B4E02B1174023
Octal152402223311605342710043
Binary11010101000001001001011011100111001010111000101111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,32,146); }

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

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

 a { background-color: rgb(106,32,146); }

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

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

 span { border-color: rgb(106,32,146); }

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