#6F0137

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

Shades of Tyrian Purple #6F0137

Tints of Tyrian Purple #6F0137

Color information

#6F0137 (or 0x6F0137) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 01 and 37. RGB value is (111,1,55). Sum of RGB (Red+Green+Blue) = 111+1+55=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0137 is #90FEC8. Grayscale: #272727. Windows color (decimal): -9502409 or 3604847. OLE color: 3604847.

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

Color convert

RGB111155-
CMYK00.990.500.56
HSL330.55º98.21%21.96%-
HSV(B)330.55º99.1%43.53%-
XYZ7.263.683.94-
YUV40.05136.44178.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.47%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 55 (21.88% from 255) = 32.93%
R=66.47%
G=0.60%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11115500.990.500.56330.5598.2121.96
Hex6F137063323814b6216
Octal1571670143627051314226
Binary1101111111011101100011110010111000101001011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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