#66094B

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

Shades of Tyrian Purple #66094B

Tints of Tyrian Purple #66094B

Color information

#66094B (or 0x66094B) is unknown color: approx Tyrian Purple. HEX triplet: 66, 09 and 4B. RGB value is (102,9,75). Sum of RGB (Red+Green+Blue) = 102+9+75=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66094B is #99F6B4. Grayscale: #2C2C2C. Windows color (decimal): -10090165 or 4917606. OLE color: 4917606.

HSL color Cylindrical-coordinate representation of color #66094B: hue angle of 317.42º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66094B is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB102975-
CMYK00.910.260.6
HSL317.42º83.78%21.76%-
HSV(B)317.42º91.18%40%-
XYZ6.853.536.98-
YUV44.33145.31169.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.84%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=54.84%
G=4.84%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10297500.910.260.6317.4283.7821.76
Hex6694B05B1A3C13d5416
Octal146111130133327447512426
Binary1100110100110010110101101111010111100100111101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,9,75); }

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

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

 a { background-color: rgb(102,9,75); }

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

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

 span { border-color: rgb(102,9,75); }

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