#660934

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

Shades of Tyrian Purple #660934

Tints of Tyrian Purple #660934

Color information

#660934 (or 0x660934) is unknown color: approx Tyrian Purple. HEX triplet: 66, 09 and 34. RGB value is (102,9,52). Sum of RGB (Red+Green+Blue) = 102+9+52=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #660934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660934 is #99F6CB. Grayscale: #292929. Windows color (decimal): -10090188 or 3410278. OLE color: 3410278.

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

Color convert

RGB102952-
CMYK00.910.490.6
HSL332.26º83.78%21.76%-
HSV(B)332.26º91.18%40%-
XYZ6.23.273.55-
YUV41.71133.81171-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.58%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 52 (20.70% from 255) = 31.90%
R=62.58%
G=5.52%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10295200.910.490.6332.2683.7821.76
Hex6693405B313C14c5416
Octal14611640133617451412426
Binary1100110100111010001011011110001111100101001100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660934; }

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

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

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

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

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

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

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

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