#660127

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

Shades of Tyrian Purple #660127

Tints of Tyrian Purple #660127

Color information

#660127 (or 0x660127) is unknown color: approx Tyrian Purple. HEX triplet: 66, 01 and 27. RGB value is (102,1,39). Sum of RGB (Red+Green+Blue) = 102+1+39=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #660127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660127 is #99FED8. Grayscale: #232323. Windows color (decimal): -10092249 or 2556262. OLE color: 2556262.

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

Color convert

RGB102139-
CMYK00.990.620.6
HSL337.43º98.06%20.2%-
HSV(B)337.43º99.02%40%-
XYZ5.862.992.19-
YUV35.53129.96175.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.83%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 39 (15.62% from 255) = 27.46%
R=71.83%
G=0.70%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10213900.990.620.6337.4398.0620.2
Hex661270633E3C1516214
Octal1461470143767452114224
Binary1100110110011101100011111110111100101010001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660127; }

 p { color: rgb(102,1,39); }

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

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

 a { background-color: rgb(102,1,39); }

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

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

 span { border-color: rgb(102,1,39); }

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