#6A258A

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

Shades of Vivid Violet #6A258A

Tints of Vivid Violet #6A258A

Color information

#6A258A (or 0x6A258A) is unknown color: approx Vivid Violet. HEX triplet: 6A, 25 and 8A. RGB value is (106,37,138). Sum of RGB (Red+Green+Blue) = 106+37+138=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A258A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A258A is #95DA75. Grayscale: #444444. Windows color (decimal): -9820790 or 9053546. OLE color: 9053546.

HSL color Cylindrical-coordinate representation of color #6A258A: hue angle of 280.99º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A258A is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10637138-
CMYK0.230.7300.46
HSL280.99º57.71%34.31%-
HSV(B)280.99º73.19%54.12%-
XYZ11.196.2224.66-
YUV69.14166.86154.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.72%
GREEN value IS 37 (14.84% from 255) = 13.17%
BLUE value IS 138 (54.30% from 255) = 49.11%
R=37.72%
G=13.17%
B=49.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106371380.230.7300.46280.9957.7134.31
Hex6A258A174902E1193a22
Octal15245212271110564317242
Binary1101010100101100010101011110010010101110100011001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,37,138); }

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

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

 a { background-color: rgb(106,37,138); }

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

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

 span { border-color: rgb(106,37,138); }

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