#66062B

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

Shades of Tyrian Purple #66062B

Tints of Tyrian Purple #66062B

Color information

#66062B (or 0x66062B) is unknown color: approx Tyrian Purple. HEX triplet: 66, 06 and 2B. RGB value is (102,6,43). Sum of RGB (Red+Green+Blue) = 102+6+43=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #66062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66062B is #99F9D4. Grayscale: #262626. Windows color (decimal): -10090965 or 2819686. OLE color: 2819686.

HSL color Cylindrical-coordinate representation of color #66062B: hue angle of 336.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 #66062B is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB102643-
CMYK00.940.580.6
HSL336.88º88.89%21.18%-
HSV(B)336.88º94.12%40%-
XYZ5.983.132.57-
YUV38.92130.3172.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.55%
GREEN value IS 6 (2.73% from 255) = 3.97%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=67.55%
G=3.97%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10264300.940.580.6336.8888.8921.18
Hex6662B05E3A3C1515915
Octal1466530136727452113125
Binary110011011010101101011110111010111100101010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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