#6F015A

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

Shades of Tyrian Purple #6F015A

Tints of Tyrian Purple #6F015A

Color information

#6F015A (or 0x6F015A) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 01 and 5A. RGB value is (111,1,90). Sum of RGB (Red+Green+Blue) = 111+1+90=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F015A is #90FEA5. Grayscale: #2B2B2B. Windows color (decimal): -9502374 or 5898607. OLE color: 5898607.

HSL color Cylindrical-coordinate representation of color #6F015A: hue angle of 311.45º 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 #6F015A is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB111190-
CMYK00.990.190.56
HSL311.45º98.21%21.96%-
HSV(B)311.45º99.1%43.53%-
XYZ8.414.1410.03-
YUV44.04153.94175.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.95%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=54.95%
G=0.50%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11119000.990.190.56311.4598.2121.96
Hex6F15A06313381376216
Octal15711320143237046714226
Binary1101111110110100110001110011111000100110111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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