#66023D

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

Shades of Tyrian Purple #66023D

Tints of Tyrian Purple #66023D

Color information

#66023D (or 0x66023D) is unknown color: approx Tyrian Purple. HEX triplet: 66, 02 and 3D. RGB value is (102,2,61). Sum of RGB (Red+Green+Blue) = 102+2+61=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #66023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66023D is #99FDC2. Grayscale: #262626. Windows color (decimal): -10091971 or 3998310. OLE color: 3998310.

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

Color convert

RGB102261-
CMYK00.980.400.6
HSL324.6º96.15%20.39%-
HSV(B)324.6º98.04%40%-
XYZ6.343.214.7-
YUV38.63140.63173.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.82%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 61 (24.22% from 255) = 36.97%
R=61.82%
G=1.21%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10226100.980.400.6324.696.1520.39
Hex6623D062283C1456014
Octal1462750142507450514024
Binary11001101011110101100010101000111100101000101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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