#660358

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

Shades of Tyrian Purple #660358

Tints of Tyrian Purple #660358

Color information

#660358 (or 0x660358) is unknown color: approx Tyrian Purple. HEX triplet: 66, 03 and 58. RGB value is (102,3,88). Sum of RGB (Red+Green+Blue) = 102+3+88=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #660358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660358 is #99FCA7. Grayscale: #2A2A2A. Windows color (decimal): -10091688 or 5768038. OLE color: 5768038.

HSL color Cylindrical-coordinate representation of color #660358: hue angle of 308.48º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660358 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB102388-
CMYK00.970.140.6
HSL308.48º94.29%20.59%-
HSV(B)308.48º97.06%40%-
XYZ7.273.599.54-
YUV42.29153.8170.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 88 (34.77% from 255) = 45.60%
R=52.85%
G=1.55%
B=45.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10238800.970.140.6308.4894.2920.59
Hex66358061E3C1345e15
Octal14631300141167446413625
Binary1100110111011000011000011110111100100110100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660358; }

 p { color: rgb(102,3,88); }

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

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

 a { background-color: rgb(102,3,88); }

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

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

 span { border-color: rgb(102,3,88); }

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