#6F064C

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

Shades of Tyrian Purple #6F064C

Tints of Tyrian Purple #6F064C

Color information

#6F064C (or 0x6F064C) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 06 and 4C. RGB value is (111,6,76). Sum of RGB (Red+Green+Blue) = 111+6+76=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F064C is #90F9B3. Grayscale: #2D2D2D. Windows color (decimal): -9501108 or 4982383. OLE color: 4982383.

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

Color convert

RGB111676-
CMYK00.950.320.56
HSL320º89.74%22.94%-
HSV(B)320º94.59%43.53%-
XYZ7.934.037.2-
YUV45.38145.29174.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.51%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 76 (30.08% from 255) = 39.38%
R=57.51%
G=3.11%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11167600.950.320.5632089.7422.94
Hex6F64C05F20381405a17
Octal15761140137407050013227
Binary1101111110100110001011111100000111000101000000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,6,76); }

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

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

 a { background-color: rgb(111,6,76); }

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

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

 span { border-color: rgb(111,6,76); }

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