#6F0555

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

Shades of Tyrian Purple #6F0555

Tints of Tyrian Purple #6F0555

Color information

#6F0555 (or 0x6F0555) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 05 and 55. RGB value is (111,5,85). Sum of RGB (Red+Green+Blue) = 111+5+85=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0555 is #90FAAA. Grayscale: #2D2D2D. Windows color (decimal): -9501355 or 5571951. OLE color: 5571951.

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

Color convert

RGB111585-
CMYK00.950.230.56
HSL314.72º91.38%22.75%-
HSV(B)314.72º95.5%43.53%-
XYZ8.254.148.96-
YUV45.81150.12174.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.22%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 85 (33.59% from 255) = 42.29%
R=55.22%
G=2.49%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11158500.950.230.56314.7291.3822.75
Hex6F55505F173813b5b17
Octal15751250137277047313327
Binary110111110110101010101111110111111000100111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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