#6F2185

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

Shades of Vivid Violet #6F2185

Tints of Vivid Violet #6F2185

Color information

#6F2185 (or 0x6F2185) is unknown color: approx Vivid Violet. HEX triplet: 6F, 21 and 85. RGB value is (111,33,133). Sum of RGB (Red+Green+Blue) = 111+33+133=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F2185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2185 is #90DE7A. Grayscale: #434343. Windows color (decimal): -9494139 or 8724847. OLE color: 8724847.

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

Color convert

RGB11133133-
CMYK0.170.7500.48
HSL286.8º60.24%32.55%-
HSV(B)286.8º75.19%52.16%-
XYZ11.336.1622.78-
YUV67.72164.84158.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.07%
GREEN value IS 33 (13.28% from 255) = 11.91%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=40.07%
G=11.91%
B=48.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111331330.170.7500.48286.860.2432.55
Hex6F2185114B03011f3c21
Octal15741205211130604377441
Binary1101111100001100001011000110010110110000100011111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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