#6f002c

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

Shades of Tyrian Purple #6F002C

Tints of Tyrian Purple #6F002C

Color information

#6F002C (or 0x6F002C) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 00 and 2C. RGB value is (111,0,44). Sum of RGB (Red+Green+Blue) = 111+0+44=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F002C is #90FFD3. Grayscale: #262626. Windows color (decimal): -9502676 or 2883695. OLE color: 2883695.

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

Color convert

RGB111044-
CMYK010.600.56
HSL336.22º100%21.76%-
HSV(B)336.22º100%43.53%-
XYZ7.013.562.7-
YUV38.2131.27179.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 71.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=71.61%
G=0%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111044010.600.56336.2210021.76
Hex6F02C0643C381506416
Octal1570540144747052014426
Binary1101111010110001100100111100111000101010000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f002c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,0,44); }

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

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

 a { background-color: rgb(111,0,44); }

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

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

 span { border-color: rgb(111,0,44); }

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