#6F03BE

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

Shades of Dark Violet #6F03BE

Tints of Dark Violet #6F03BE

Color information

#6F03BE (or 0x6F03BE) is unknown color: approx Dark Violet. HEX triplet: 6F, 03 and BE. RGB value is (111,3,190). Sum of RGB (Red+Green+Blue) = 111+3+190=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F03BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F03BE is #90FC41. Grayscale: #373737. Windows color (decimal): -9501762 or 12452719. OLE color: 12452719.

HSL color Cylindrical-coordinate representation of color #6F03BE: hue angle of 274.65º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F03BE is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1113190-
CMYK0.420.9800.25
HSL274.65º96.89%37.84%-
HSV(B)274.65º98.42%74.51%-
XYZ15.887.1649.26-
YUV56.61203.28166.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.51%
GREEN value IS 3 (1.56% from 255) = 0.99%
BLUE value IS 190 (74.61% from 255) = 62.5%
R=36.51%
G=0.99%
B=62.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11131900.420.9800.25274.6596.8937.84
Hex6F3BE2A620191136126
Octal15732765214203142314146
Binary1101111111011111010101011000100110011000100111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F03BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,3,190); }

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

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

 a { background-color: rgb(111,3,190); }

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

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

 span { border-color: rgb(111,3,190); }

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