#6F0263

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

Shades of Purple #6F0263

Tints of Purple #6F0263

Color information

#6F0263 (or 0x6F0263) is unknown color: approx Purple. HEX triplet: 6F, 02 and 63. RGB value is (111,2,99). Sum of RGB (Red+Green+Blue) = 111+2+99=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0263 is #90FD9C. Grayscale: #2D2D2D. Windows color (decimal): -9502109 or 6488687. OLE color: 6488687.

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

Color convert

RGB111299-
CMYK00.980.110.56
HSL306.61º96.46%22.16%-
HSV(B)306.61º98.2%43.53%-
XYZ8.834.3212.17-
YUV45.65158.11174.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.36%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=52.36%
G=0.94%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11129900.980.110.56306.6196.4622.16
Hex6F263062B381336016
Octal15721430142137046314026
Binary1101111101100011011000101011111000100110011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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