#66023B

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

Shades of Tyrian Purple #66023B

Tints of Tyrian Purple #66023B

Color information

#66023B (or 0x66023B) is unknown color: approx Tyrian Purple. HEX triplet: 66, 02 and 3B. RGB value is (102,2,59). Sum of RGB (Red+Green+Blue) = 102+2+59=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #66023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66023B is #99FDC4. Grayscale: #262626. Windows color (decimal): -10091973 or 3867238. OLE color: 3867238.

HSL color Cylindrical-coordinate representation of color #66023B: hue angle of 325.8º 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 #66023B is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB102259-
CMYK00.980.420.6
HSL325.8º96.15%20.39%-
HSV(B)325.8º98.04%40%-
XYZ6.293.184.42-
YUV38.4139.63173.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.58%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 59 (23.44% from 255) = 36.20%
R=62.58%
G=1.23%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10225900.980.420.6325.896.1520.39
Hex6623B0622A3C1466014
Octal1462730142527450614024
Binary11001101011101101100010101010111100101000110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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