#6a1a8b

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

Shades of Vivid Violet #6A1A8B

Tints of Vivid Violet #6A1A8B

Color information

#6A1A8B (or 0x6A1A8B) is unknown color: approx Vivid Violet. HEX triplet: 6A, 1A and 8B. RGB value is (106,26,139). Sum of RGB (Red+Green+Blue) = 106+26+139=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A1A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1A8B is #95E574. Grayscale: #3E3E3E. Windows color (decimal): -9823605 or 9116266. OLE color: 9116266.

HSL color Cylindrical-coordinate representation of color #6A1A8B: hue angle of 282.48º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1A8B is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10626139-
CMYK0.240.8100.45
HSL282.48º68.48%32.35%-
HSV(B)282.48º81.29%54.51%-
XYZ10.975.6724.94-
YUV62.8171158.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.11%
GREEN value IS 26 (10.55% from 255) = 9.59%
BLUE value IS 139 (54.69% from 255) = 51.29%
R=39.11%
G=9.59%
B=51.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106261390.240.8100.45282.4868.4832.35
Hex6A1A8B185102D11a4420
Octal152322133012105543210440
Binary1101010110101000101111000101000101011011000110101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a1a8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,26,139); }

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

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

 a { background-color: rgb(106,26,139); }

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

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

 span { border-color: rgb(106,26,139); }

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