#6F0437

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

Shades of Tyrian Purple #6F0437

Tints of Tyrian Purple #6F0437

Color information

#6F0437 (or 0x6F0437) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 04 and 37. RGB value is (111,4,55). Sum of RGB (Red+Green+Blue) = 111+4+55=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0437 is #90FBC8. Grayscale: #292929. Windows color (decimal): -9501641 or 3605615. OLE color: 3605615.

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

Color convert

RGB111455-
CMYK00.960.500.56
HSL331.4º93.04%22.55%-
HSV(B)331.4º96.4%43.53%-
XYZ7.293.743.95-
YUV41.81135.45177.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 65.29%
GREEN value IS 4 (1.95% from 255) = 2.35%
BLUE value IS 55 (21.88% from 255) = 32.35%
R=65.29%
G=2.35%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11145500.960.500.56331.493.0422.55
Hex6F437060323814b5d17
Octal1574670140627051313527
Binary110111110011011101100000110010111000101001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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