#66023E

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

Shades of Tyrian Purple #66023E

Tints of Tyrian Purple #66023E

Color information

#66023E (or 0x66023E) is unknown color: approx Tyrian Purple. HEX triplet: 66, 02 and 3E. RGB value is (102,2,62). Sum of RGB (Red+Green+Blue) = 102+2+62=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66023E is #99FDC1. Grayscale: #262626. Windows color (decimal): -10091970 or 4063846. OLE color: 4063846.

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

Color convert

RGB102262-
CMYK00.980.390.6
HSL324º96.15%20.39%-
HSV(B)324º98.04%40%-
XYZ6.373.224.84-
YUV38.74141.13173.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.45%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 62 (24.61% from 255) = 37.35%
R=61.45%
G=1.20%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10226200.980.390.632496.1520.39
Hex6623E062273C1446014
Octal1462760142477450414024
Binary11001101011111001100010100111111100101000100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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