#6E268A

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

Shades of Vivid Violet #6E268A

Tints of Vivid Violet #6E268A

Color information

#6E268A (or 0x6E268A) is unknown color: approx Vivid Violet. HEX triplet: 6E, 26 and 8A. RGB value is (110,38,138). Sum of RGB (Red+Green+Blue) = 110+38+138=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E268A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E268A is #91D975. Grayscale: #464646. Windows color (decimal): -9558390 or 9053806. OLE color: 9053806.

HSL color Cylindrical-coordinate representation of color #6E268A: hue angle of 283.2º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E268A is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11038138-
CMYK0.200.7200.46
HSL283.2º56.82%34.51%-
HSV(B)283.2º72.46%54.12%-
XYZ11.716.5424.69-
YUV70.93165.85155.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.46%
GREEN value IS 38 (15.23% from 255) = 13.29%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=38.46%
G=13.29%
B=48.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal110381380.200.7200.46283.256.8234.51
Hex6E268A144802E11b3923
Octal15646212241100564337143
Binary1101110100110100010101010010010000101110100011011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,38,138); }

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

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

 a { background-color: rgb(110,38,138); }

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

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

 span { border-color: rgb(110,38,138); }

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