#6D2692

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

Shades of Vivid Violet #6D2692

Tints of Vivid Violet #6D2692

Color information

#6D2692 (or 0x6D2692) is unknown color: approx Vivid Violet. HEX triplet: 6D, 26 and 92. RGB value is (109,38,146). Sum of RGB (Red+Green+Blue) = 109+38+146=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D2692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2692 is #92D96D. Grayscale: #474747. Windows color (decimal): -9623918 or 9578093. OLE color: 9578093.

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

Color convert

RGB10938146-
CMYK0.250.7400.43
HSL279.44º58.7%36.08%-
HSV(B)279.44º73.97%57.25%-
XYZ12.196.7127.85-
YUV71.54170.02154.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.20%
GREEN value IS 38 (15.23% from 255) = 12.97%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=37.20%
G=12.97%
B=49.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109381460.250.7400.43279.4458.736.08
Hex6D2692194A02B1173b24
Octal15546222311120534277344
Binary1101101100110100100101100110010100101011100010111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,38,146); }

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

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

 a { background-color: rgb(109,38,146); }

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

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

 span { border-color: rgb(109,38,146); }

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