#6F1E85

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

Shades of Vivid Violet #6F1E85

Tints of Vivid Violet #6F1E85

Color information

#6F1E85 (or 0x6F1E85) is unknown color: approx Vivid Violet. HEX triplet: 6F, 1E and 85. RGB value is (111,30,133). Sum of RGB (Red+Green+Blue) = 111+30+133=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F1E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1E85 is #90E17A. Grayscale: #414141. Windows color (decimal): -9494907 or 8724079. OLE color: 8724079.

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

Color convert

RGB11130133-
CMYK0.170.7700.48
HSL287.18º63.19%31.96%-
HSV(B)287.18º77.44%52.16%-
XYZ11.25622.76-
YUV65.96165.84160.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.51%
GREEN value IS 30 (12.11% from 255) = 10.95%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=40.51%
G=10.95%
B=48.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111301330.170.7700.48287.1863.1931.96
Hex6F1E85114D03011f3f20
Octal15736205211150604377740
Binary110111111110100001011000110011010110000100011111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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