#6F278E

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

Shades of Vivid Violet #6F278E

Tints of Vivid Violet #6F278E

Color information

#6F278E (or 0x6F278E) is unknown color: approx Vivid Violet. HEX triplet: 6F, 27 and 8E. RGB value is (111,39,142). Sum of RGB (Red+Green+Blue) = 111+39+142=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F278E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F278E is #90D871. Grayscale: #474747. Windows color (decimal): -9492594 or 9316207. OLE color: 9316207.

HSL color Cylindrical-coordinate representation of color #6F278E: hue angle of 281.94º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F278E is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11139142-
CMYK0.220.7300.44
HSL281.94º56.91%35.49%-
HSV(B)281.94º72.54%55.69%-
XYZ12.166.7826.26-
YUV72.27167.35155.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.01%
GREEN value IS 39 (15.62% from 255) = 13.36%
BLUE value IS 142 (55.86% from 255) = 48.63%
R=38.01%
G=13.36%
B=48.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111391420.220.7300.44281.9456.9135.49
Hex6F278E164902C11a3923
Octal15747216261110544327143
Binary1101111100111100011101011010010010101100100011010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,39,142); }

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

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

 a { background-color: rgb(111,39,142); }

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

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

 span { border-color: rgb(111,39,142); }

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