#66083D

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

Shades of Tyrian Purple #66083D

Tints of Tyrian Purple #66083D

Color information

#66083D (or 0x66083D) is unknown color: approx Tyrian Purple. HEX triplet: 66, 08 and 3D. RGB value is (102,8,61). Sum of RGB (Red+Green+Blue) = 102+8+61=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #66083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66083D is #99F7C2. Grayscale: #2A2A2A. Windows color (decimal): -10090435 or 3999846. OLE color: 3999846.

HSL color Cylindrical-coordinate representation of color #66083D: hue angle of 326.17º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66083D is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB102861-
CMYK00.920.400.6
HSL326.17º85.45%21.57%-
HSV(B)326.17º92.16%40%-
XYZ6.413.344.72-
YUV42.15138.64170.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.65%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 61 (24.22% from 255) = 35.67%
R=59.65%
G=4.68%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10286100.920.400.6326.1785.4521.57
Hex6683D05C283C1465516
Octal14610750134507450612526
Binary1100110100011110101011100101000111100101000110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66083D; }

 p { color: rgb(102,8,61); }

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

<style>
 a { background-color: #66083D; }

 a { background-color: rgb(102,8,61); }

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

<style>
 span { border-color: #66083D; }

 span { border-color: rgb(102,8,61); }

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