#6F0396

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

Shades of Purple #6F0396

Tints of Purple #6F0396

Color information

#6F0396 (or 0x6F0396) is unknown color: approx Purple. HEX triplet: 6F, 03 and 96. RGB value is (111,3,150). Sum of RGB (Red+Green+Blue) = 111+3+150=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #6F0396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0396 is #90FC69. Grayscale: #333333. Windows color (decimal): -9501802 or 9831279. OLE color: 9831279.

HSL color Cylindrical-coordinate representation of color #6F0396: hue angle of 284.08º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F0396 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1113150-
CMYK0.260.9800.41
HSL284.08º96.08%30%-
HSV(B)284.08º98%58.82%-
XYZ12.095.6529.31-
YUV52.05183.28170.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.05%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 150 (58.98% from 255) = 56.82%
R=42.05%
G=1.14%
B=56.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11131500.260.9800.41284.0896.0830
Hex6F3961A6202911c601e
Octal15732263214205143414036
Binary110111111100101101101011000100101001100011100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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