#66023C

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

Shades of Tyrian Purple #66023C

Tints of Tyrian Purple #66023C

Color information

#66023C (or 0x66023C) is unknown color: approx Tyrian Purple. HEX triplet: 66, 02 and 3C. RGB value is (102,2,60). Sum of RGB (Red+Green+Blue) = 102+2+60=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #66023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66023C is #99FDC3. Grayscale: #262626. Windows color (decimal): -10091972 or 3932774. OLE color: 3932774.

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

Color convert

RGB102260-
CMYK00.980.410.6
HSL325.2º96.15%20.39%-
HSV(B)325.2º98.04%40%-
XYZ6.323.194.56-
YUV38.51140.13173.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 60 (23.83% from 255) = 36.59%
R=62.20%
G=1.22%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10226000.980.410.6325.296.1520.39
Hex6623C062293C1456014
Octal1462740142517450514024
Binary11001101011110001100010101001111100101000101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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