#66083E

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

Shades of Tyrian Purple #66083E

Tints of Tyrian Purple #66083E

Color information

#66083E (or 0x66083E) is unknown color: approx Tyrian Purple. HEX triplet: 66, 08 and 3E. RGB value is (102,8,62). Sum of RGB (Red+Green+Blue) = 102+8+62=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #66083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66083E is #99F7C1. Grayscale: #2A2A2A. Windows color (decimal): -10090434 or 4065382. OLE color: 4065382.

HSL color Cylindrical-coordinate representation of color #66083E: hue angle of 325.53º 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 #66083E is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB102862-
CMYK00.920.390.6
HSL325.53º85.45%21.57%-
HSV(B)325.53º92.16%40%-
XYZ6.443.354.86-
YUV42.26139.14170.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 8 (3.52% from 255) = 4.65%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=59.30%
G=4.65%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10286200.920.390.6325.5385.4521.57
Hex6683E05C273C1465516
Octal14610760134477450612526
Binary1100110100011111001011100100111111100101000110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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