#6F013B

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

Shades of Tyrian Purple #6F013B

Tints of Tyrian Purple #6F013B

Color information

#6F013B (or 0x6F013B) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 01 and 3B. RGB value is (111,1,59). Sum of RGB (Red+Green+Blue) = 111+1+59=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F013B is #90FEC4. Grayscale: #282828. Windows color (decimal): -9502405 or 3866991. OLE color: 3866991.

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

Color convert

RGB111159-
CMYK00.990.470.56
HSL328.36º98.21%21.96%-
HSV(B)328.36º99.1%43.53%-
XYZ7.363.724.47-
YUV40.5138.44178.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 64.91%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=64.91%
G=0.58%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11115900.990.470.56328.3698.2121.96
Hex6F13B0632F381486216
Octal1571730143577051014226
Binary1101111111101101100011101111111000101001000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,1,59); }

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

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

 a { background-color: rgb(111,1,59); }

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

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

 span { border-color: rgb(111,1,59); }

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