#661032

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

Shades of Tyrian Purple #661032

Tints of Tyrian Purple #661032

Color information

#661032 (or 0x661032) is unknown color: approx Tyrian Purple. HEX triplet: 66, 10 and 32. RGB value is (102,16,50). Sum of RGB (Red+Green+Blue) = 102+16+50=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #661032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661032 is #99EFCD. Grayscale: #2D2D2D. Windows color (decimal): -10088398 or 3280998. OLE color: 3280998.

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

Color convert

RGB1021650-
CMYK00.840.510.6
HSL336.28º72.88%23.14%-
HSV(B)336.28º84.31%40%-
XYZ6.243.433.35-
YUV45.59130.49168.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 50 (19.92% from 255) = 29.76%
R=60.71%
G=9.52%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102165000.840.510.6336.2872.8823.14
Hex661032054333C1504917
Octal14620620124637452011127
Binary11001101000011001001010100110011111100101010000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661032; }

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

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

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

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

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

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

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

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