#6F033C

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

Shades of Tyrian Purple #6F033C

Tints of Tyrian Purple #6F033C

Color information

#6F033C (or 0x6F033C) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 03 and 3C. RGB value is (111,3,60). Sum of RGB (Red+Green+Blue) = 111+3+60=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F033C is #90FCC3. Grayscale: #292929. Windows color (decimal): -9501892 or 3933039. OLE color: 3933039.

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

Color convert

RGB111360-
CMYK00.970.460.56
HSL328.33º94.74%22.35%-
HSV(B)328.33º97.3%43.53%-
XYZ7.43.774.61-
YUV41.79138.28177.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.79%
GREEN value IS 3 (1.56% from 255) = 1.72%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=63.79%
G=1.72%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11136000.970.460.56328.3394.7422.35
Hex6F33C0612E381485f16
Octal1573740141567051013726
Binary11011111111110001100001101110111000101001000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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