#66064B

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

Shades of Tyrian Purple #66064B

Tints of Tyrian Purple #66064B

Color information

#66064B (or 0x66064B) is unknown color: approx Tyrian Purple. HEX triplet: 66, 06 and 4B. RGB value is (102,6,75). Sum of RGB (Red+Green+Blue) = 102+6+75=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66064B is #99F9B4. Grayscale: #2A2A2A. Windows color (decimal): -10090933 or 4916838. OLE color: 4916838.

HSL color Cylindrical-coordinate representation of color #66064B: hue angle of 316.88º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66064B is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB102675-
CMYK00.940.260.6
HSL316.88º88.89%21.18%-
HSV(B)316.88º94.12%40%-
XYZ6.813.466.97-
YUV42.57146.3170.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 6 (2.73% from 255) = 3.28%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=55.74%
G=3.28%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10267500.940.260.6316.8888.8921.18
Hex6664B05E1A3C13d5915
Octal14661130136327447513125
Binary110011011010010110101111011010111100100111101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66064B; }

 p { color: rgb(102,6,75); }

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

<style>
 a { background-color: #66064B; }

 a { background-color: rgb(102,6,75); }

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

<style>
 span { border-color: #66064B; }

 span { border-color: rgb(102,6,75); }

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