#6F1DE2

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

Shades of Blue Violet #6F1DE2

Tints of Blue Violet #6F1DE2

Color information

#6F1DE2 (or 0x6F1DE2) is unknown color: approx Blue Violet. HEX triplet: 6F, 1D and E2. RGB value is (111,29,226). Sum of RGB (Red+Green+Blue) = 111+29+226=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 226 (88.67% from 255 or 61.75% from 366); Max value from RGB is 226 - color contains mainly: blue. Hex color #6F1DE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1DE2 is #90E21D. Grayscale: #4B4B4B. Windows color (decimal): -9495070 or 14818671. OLE color: 14818671.

HSL color Cylindrical-coordinate representation of color #6F1DE2: hue angle of 264.97º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F1DE2 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11129226-
CMYK0.510.8700.11
HSL264.97º77.25%50%-
HSV(B)264.97º87.17%88.63%-
XYZ20.729.7572.74-
YUV75.98212.67152.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.33%
GREEN value IS 29 (11.72% from 255) = 7.92%
BLUE value IS 226 (88.67% from 255) = 61.75%
R=30.33%
G=7.92%
B=61.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal111292260.510.8700.11264.9777.2550
Hex6F1DE233570B1094d32
Octal157353426312701341111562
Binary110111111101111000101100111010111010111000010011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,29,226); }

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

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

 a { background-color: rgb(111,29,226); }

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

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

 span { border-color: rgb(111,29,226); }

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