#66083A

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

Shades of Tyrian Purple #66083A

Tints of Tyrian Purple #66083A

Color information

#66083A (or 0x66083A) is unknown color: approx Tyrian Purple. HEX triplet: 66, 08 and 3A. RGB value is (102,8,58). Sum of RGB (Red+Green+Blue) = 102+8+58=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #66083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66083A is #99F7C5. Grayscale: #292929. Windows color (decimal): -10090438 or 3803238. OLE color: 3803238.

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

Color convert

RGB102858-
CMYK00.920.430.6
HSL328.09º85.45%21.57%-
HSV(B)328.09º92.16%40%-
XYZ6.333.34.31-
YUV41.81137.14170.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 58 (23.05% from 255) = 34.52%
R=60.71%
G=4.76%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10285800.920.430.6328.0985.4521.57
Hex6683A05C2B3C1485516
Octal14610720134537451012526
Binary1100110100011101001011100101011111100101001000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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