#661034

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

Shades of Tyrian Purple #661034

Tints of Tyrian Purple #661034

Color information

#661034 (or 0x661034) is unknown color: approx Tyrian Purple. HEX triplet: 66, 10 and 34. RGB value is (102,16,52). Sum of RGB (Red+Green+Blue) = 102+16+52=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #661034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661034 is #99EFCB. Grayscale: #2D2D2D. Windows color (decimal): -10088396 or 3412070. OLE color: 3412070.

HSL color Cylindrical-coordinate representation of color #661034: hue angle of 334.88º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661034 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB1021652-
CMYK00.840.490.6
HSL334.88º72.88%23.14%-
HSV(B)334.88º84.31%40%-
XYZ6.283.443.58-
YUV45.82131.49168.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 52 (20.70% from 255) = 30.59%
R=60%
G=9.41%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102165200.840.490.6334.8872.8823.14
Hex661034054313C14f4917
Octal14620640124617451711127
Binary11001101000011010001010100110001111100101001111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661034; }

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

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

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

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

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

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

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

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