#66054E

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

Shades of Tyrian Purple #66054E

Tints of Tyrian Purple #66054E

Color information

#66054E (or 0x66054E) is unknown color: approx Tyrian Purple. HEX triplet: 66, 05 and 4E. RGB value is (102,5,78). Sum of RGB (Red+Green+Blue) = 102+5+78=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66054E is #99FAB1. Grayscale: #2A2A2A. Windows color (decimal): -10091186 or 5113190. OLE color: 5113190.

HSL color Cylindrical-coordinate representation of color #66054E: hue angle of 314.85º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #66054E is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB102578-
CMYK00.950.240.6
HSL314.85º90.65%20.98%-
HSV(B)314.85º95.1%40%-
XYZ6.913.487.52-
YUV42.32148.14170.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=55.14%
G=2.70%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10257800.950.240.6314.8590.6520.98
Hex6654E05F183C13b5b15
Octal14651160137307447313325
Binary110011010110011100101111111000111100100111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,5,78); }

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

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

 a { background-color: rgb(102,5,78); }

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

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

 span { border-color: rgb(102,5,78); }

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