#6F033B

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

Shades of Tyrian Purple #6F033B

Tints of Tyrian Purple #6F033B

Color information

#6F033B (or 0x6F033B) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 03 and 3B. RGB value is (111,3,59). Sum of RGB (Red+Green+Blue) = 111+3+59=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F033B is #90FCC4. Grayscale: #292929. Windows color (decimal): -9501893 or 3867503. OLE color: 3867503.

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

Color convert

RGB111359-
CMYK00.970.470.56
HSL328.89º94.74%22.35%-
HSV(B)328.89º97.3%43.53%-
XYZ7.383.764.47-
YUV41.68137.78177.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 64.16%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=64.16%
G=1.73%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11135900.970.470.56328.8994.7422.35
Hex6F33B0612F381495f16
Octal1573730141577051113726
Binary11011111111101101100001101111111000101001001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,3,59); }

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

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

 a { background-color: rgb(111,3,59); }

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

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

 span { border-color: rgb(111,3,59); }

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