#6A2692

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

Shades of Vivid Violet #6A2692

Tints of Vivid Violet #6A2692

Color information

#6A2692 (or 0x6A2692) is unknown color: approx Vivid Violet. HEX triplet: 6A, 26 and 92. RGB value is (106,38,146). Sum of RGB (Red+Green+Blue) = 106+38+146=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A2692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2692 is #95D96D. Grayscale: #464646. Windows color (decimal): -9820526 or 9578090. OLE color: 9578090.

HSL color Cylindrical-coordinate representation of color #6A2692: hue angle of 277.78º 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 #6A2692 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10638146-
CMYK0.270.7400.43
HSL277.78º58.7%36.08%-
HSV(B)277.78º73.97%57.25%-
XYZ11.836.5327.83-
YUV70.64170.53153.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.55%
GREEN value IS 38 (15.23% from 255) = 13.10%
BLUE value IS 146 (57.42% from 255) = 50.34%
R=36.55%
G=13.10%
B=50.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106381460.270.7400.43277.7858.736.08
Hex6A26921B4A02B1163b24
Octal15246222331120534267344
Binary1101010100110100100101101110010100101011100010110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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