#6f1a8a

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

Shades of Vivid Violet #6F1A8A

Tints of Vivid Violet #6F1A8A

Color information

#6F1A8A (or 0x6F1A8A) is unknown color: approx Vivid Violet. HEX triplet: 6F, 1A and 8A. RGB value is (111,26,138). Sum of RGB (Red+Green+Blue) = 111+26+138=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F1A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1A8A is #90E575. Grayscale: #3F3F3F. Windows color (decimal): -9495926 or 9050735. OLE color: 9050735.

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

Color convert

RGB11126138-
CMYK0.200.8100.46
HSL285.54º68.29%32.16%-
HSV(B)285.54º81.16%54.12%-
XYZ11.515.9524.59-
YUV64.18169.66161.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.36%
GREEN value IS 26 (10.55% from 255) = 9.45%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=40.36%
G=9.45%
B=50.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111261380.200.8100.46285.5468.2932.16
Hex6F1A8A145102E11e4420
Octal157322122412105643610440
Binary1101111110101000101010100101000101011101000111101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f1a8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,26,138); }

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

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

 a { background-color: rgb(111,26,138); }

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

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

 span { border-color: rgb(111,26,138); }

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