#6F2785

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

Shades of Vivid Violet #6F2785

Tints of Vivid Violet #6F2785

Color information

#6F2785 (or 0x6F2785) is unknown color: approx Vivid Violet. HEX triplet: 6F, 27 and 85. RGB value is (111,39,133). Sum of RGB (Red+Green+Blue) = 111+39+133=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F2785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2785 is #90D87A. Grayscale: #464646. Windows color (decimal): -9492603 or 8726383. OLE color: 8726383.

HSL color Cylindrical-coordinate representation of color #6F2785: hue angle of 285.96º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F2785 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11139133-
CMYK0.170.7100.48
HSL285.96º54.65%33.73%-
HSV(B)285.96º70.68%52.16%-
XYZ11.516.5222.84-
YUV71.24162.85156.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.22%
GREEN value IS 39 (15.62% from 255) = 13.78%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=39.22%
G=13.78%
B=47.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111391330.170.7100.48285.9654.6533.73
Hex6F2785114703011e3722
Octal15747205211070604366742
Binary1101111100111100001011000110001110110000100011110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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