#66073A

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

Shades of Tyrian Purple #66073A

Tints of Tyrian Purple #66073A

Color information

#66073A (or 0x66073A) is unknown color: approx Tyrian Purple. HEX triplet: 66, 07 and 3A. RGB value is (102,7,58). Sum of RGB (Red+Green+Blue) = 102+7+58=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66073A is #99F8C5. Grayscale: #292929. Windows color (decimal): -10090694 or 3802982. OLE color: 3802982.

HSL color Cylindrical-coordinate representation of color #66073A: hue angle of 327.79º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66073A is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB102758-
CMYK00.930.430.6
HSL327.79º87.16%21.37%-
HSV(B)327.79º93.14%40%-
XYZ6.323.284.3-
YUV41.22137.47171.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.08%
GREEN value IS 7 (3.12% from 255) = 4.19%
BLUE value IS 58 (23.05% from 255) = 34.73%
R=61.08%
G=4.19%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10275800.930.430.6327.7987.1621.37
Hex6673A05D2B3C1485715
Octal1467720135537451012725
Binary110011011111101001011101101011111100101001000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,7,58); }

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

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

 a { background-color: rgb(102,7,58); }

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

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

 span { border-color: rgb(102,7,58); }

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