#6A268D

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

Shades of Vivid Violet #6A268D

Tints of Vivid Violet #6A268D

Color information

#6A268D (or 0x6A268D) is unknown color: approx Vivid Violet. HEX triplet: 6A, 26 and 8D. RGB value is (106,38,141). Sum of RGB (Red+Green+Blue) = 106+38+141=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A268D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A268D is #95D972. Grayscale: #454545. Windows color (decimal): -9820531 or 9250410. OLE color: 9250410.

HSL color Cylindrical-coordinate representation of color #6A268D: hue angle of 279.61º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A268D is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10638141-
CMYK0.250.7300.45
HSL279.61º57.54%35.1%-
HSV(B)279.61º73.05%55.29%-
XYZ11.446.3725.83-
YUV70.07168.03153.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 38 (15.23% from 255) = 13.33%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=37.19%
G=13.33%
B=49.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106381410.250.7300.45279.6157.5435.1
Hex6A268D194902D1183a23
Octal15246215311110554307243
Binary1101010100110100011011100110010010101101100011000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A268D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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