#6F02BF

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

Shades of Dark Violet #6F02BF

Tints of Dark Violet #6F02BF

Color information

#6F02BF (or 0x6F02BF) is unknown color: approx Dark Violet. HEX triplet: 6F, 02 and BF. RGB value is (111,2,191). Sum of RGB (Red+Green+Blue) = 111+2+191=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F02BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F02BF is #90FD40. Grayscale: #373737. Windows color (decimal): -9502017 or 12517999. OLE color: 12517999.

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

Color convert

RGB1112191-
CMYK0.420.9900.25
HSL274.6º97.93%37.84%-
HSV(B)274.6º98.95%74.9%-
XYZ15.987.1849.83-
YUV56.14204.11167.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.51%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 191 (75% from 255) = 62.83%
R=36.51%
G=0.66%
B=62.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11121910.420.9900.25274.697.9337.84
Hex6F2BF2A630191136226
Octal15722775214303142314246
Binary1101111101011111110101011000110110011000100111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F02BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,2,191); }

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

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

 a { background-color: rgb(111,2,191); }

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

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

 span { border-color: rgb(111,2,191); }

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