#6F1A90

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

Shades of Vivid Violet #6F1A90

Tints of Vivid Violet #6F1A90

Color information

#6F1A90 (or 0x6F1A90) is unknown color: approx Vivid Violet. HEX triplet: 6F, 1A and 90. RGB value is (111,26,144). Sum of RGB (Red+Green+Blue) = 111+26+144=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F1A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1A90 is #90E56F. Grayscale: #404040. Windows color (decimal): -9495920 or 9443951. OLE color: 9443951.

HSL color Cylindrical-coordinate representation of color #6F1A90: hue angle of 283.22º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F1A90 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11126144-
CMYK0.230.8200.44
HSL283.22º69.41%33.33%-
HSV(B)283.22º81.94%56.47%-
XYZ11.966.1326.94-
YUV64.87172.66160.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.50%
GREEN value IS 26 (10.55% from 255) = 9.25%
BLUE value IS 144 (56.64% from 255) = 51.25%
R=39.50%
G=9.25%
B=51.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111261440.230.8200.44283.2269.4133.33
Hex6F1A90175202C11b4521
Octal157322202712205443310541
Binary1101111110101001000010111101001001011001000110111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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