#660334

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

Shades of Tyrian Purple #660334

Tints of Tyrian Purple #660334

Color information

#660334 (or 0x660334) is unknown color: approx Tyrian Purple. HEX triplet: 66, 03 and 34. RGB value is (102,3,52). Sum of RGB (Red+Green+Blue) = 102+3+52=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #660334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660334 is #99FCCB. Grayscale: #262626. Windows color (decimal): -10091724 or 3408742. OLE color: 3408742.

HSL color Cylindrical-coordinate representation of color #660334: hue angle of 330.3º 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 #660334 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB102352-
CMYK00.970.490.6
HSL330.3º94.29%20.59%-
HSV(B)330.3º97.06%40%-
XYZ6.133.143.53-
YUV38.19135.8173.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 52 (20.70% from 255) = 33.12%
R=64.97%
G=1.91%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10235200.970.490.6330.394.2920.59
Hex66334061313C14a5e15
Octal1463640141617451213625
Binary11001101111010001100001110001111100101001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660334; }

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

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

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

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

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

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

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

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