#6F0463

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

Shades of Purple #6F0463

Tints of Purple #6F0463

Color information

#6F0463 (or 0x6F0463) is unknown color: approx Purple. HEX triplet: 6F, 04 and 63. RGB value is (111,4,99). Sum of RGB (Red+Green+Blue) = 111+4+99=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0463 is #90FB9C. Grayscale: #2E2E2E. Windows color (decimal): -9501597 or 6489199. OLE color: 6489199.

HSL color Cylindrical-coordinate representation of color #6F0463: hue angle of 306.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0463 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB111499-
CMYK00.960.110.56
HSL306.73º93.04%22.55%-
HSV(B)306.73º96.4%43.53%-
XYZ8.854.3712.18-
YUV46.82157.45173.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.87%
GREEN value IS 4 (1.95% from 255) = 1.87%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=51.87%
G=1.87%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11149900.960.110.56306.7393.0422.55
Hex6F463060B381335d17
Octal15741430140137046313527
Binary11011111001100011011000001011111000100110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,4,99); }

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

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

 a { background-color: rgb(111,4,99); }

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

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

 span { border-color: rgb(111,4,99); }

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