#6F0563

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

Shades of Purple #6F0563

Tints of Purple #6F0563

Color information

#6F0563 (or 0x6F0563) is unknown color: approx Purple. HEX triplet: 6F, 05 and 63. RGB value is (111,5,99). Sum of RGB (Red+Green+Blue) = 111+5+99=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0563 is #90FA9C. Grayscale: #2F2F2F. Windows color (decimal): -9501341 or 6489455. OLE color: 6489455.

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

Color convert

RGB111599-
CMYK00.950.110.56
HSL306.79º91.38%22.75%-
HSV(B)306.79º95.5%43.53%-
XYZ8.864.3912.18-
YUV47.41157.12173.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.63%
GREEN value IS 5 (2.34% from 255) = 2.33%
BLUE value IS 99 (39.06% from 255) = 46.05%
R=51.63%
G=2.33%
B=46.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11159900.950.110.56306.7991.3822.75
Hex6F56305FB381335b17
Octal15751430137137046313327
Binary11011111011100011010111111011111000100110011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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