#6B064C

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

Shades of Tyrian Purple #6B064C

Tints of Tyrian Purple #6B064C

Color information

#6B064C (or 0x6B064C) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 06 and 4C. RGB value is (107,6,76). Sum of RGB (Red+Green+Blue) = 107+6+76=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B064C is #94F9B3. Grayscale: #2C2C2C. Windows color (decimal): -9763252 or 4982379. OLE color: 4982379.

HSL color Cylindrical-coordinate representation of color #6B064C: hue angle of 318.42º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B064C is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB107676-
CMYK00.940.290.58
HSL318.42º89.38%22.16%-
HSV(B)318.42º94.39%41.96%-
XYZ7.433.787.17-
YUV44.18145.96172.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.61%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 76 (30.08% from 255) = 40.21%
R=56.61%
G=3.17%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10767600.940.290.58318.4289.3822.16
Hex6B64C05E1D3A13e5916
Octal15361140136357247613126
Binary110101111010011000101111011101111010100111110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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