#660231

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

Shades of Tyrian Purple #660231

Tints of Tyrian Purple #660231

Color information

#660231 (or 0x660231) is unknown color: approx Tyrian Purple. HEX triplet: 66, 02 and 31. RGB value is (102,2,49). Sum of RGB (Red+Green+Blue) = 102+2+49=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #660231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660231 is #99FDCE. Grayscale: #252525. Windows color (decimal): -10091983 or 3211878. OLE color: 3211878.

HSL color Cylindrical-coordinate representation of color #660231: hue angle of 331.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660231 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB102249-
CMYK00.980.520.6
HSL331.8º96.15%20.39%-
HSV(B)331.8º98.04%40%-
XYZ6.063.093.18-
YUV37.26134.63174.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.67%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 49 (19.53% from 255) = 32.03%
R=66.67%
G=1.31%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10224900.980.520.6331.896.1520.39
Hex66231062343C14c6014
Octal1462610142647451414024
Binary11001101011000101100010110100111100101001100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660231; }

 p { color: rgb(102,2,49); }

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

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

 a { background-color: rgb(102,2,49); }

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

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

 span { border-color: rgb(102,2,49); }

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