#66062A

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

Shades of Tyrian Purple #66062A

Tints of Tyrian Purple #66062A

Color information

#66062A (or 0x66062A) is unknown color: approx Tyrian Purple. HEX triplet: 66, 06 and 2A. RGB value is (102,6,42). Sum of RGB (Red+Green+Blue) = 102+6+42=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #66062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66062A is #99F9D5. Grayscale: #262626. Windows color (decimal): -10090966 or 2754150. OLE color: 2754150.

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

Color convert

RGB102642-
CMYK00.940.590.6
HSL337.5º88.89%21.18%-
HSV(B)337.5º94.12%40%-
XYZ5.963.122.48-
YUV38.81129.8173.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68%
GREEN value IS 6 (2.73% from 255) = 4%
BLUE value IS 42 (16.80% from 255) = 28%
R=68%
G=4%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10264200.940.590.6337.588.8921.18
Hex6662A05E3B3C1525915
Octal1466520136737452213125
Binary110011011010101001011110111011111100101010010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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