#660248

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

Shades of Tyrian Purple #660248

Tints of Tyrian Purple #660248

Color information

#660248 (or 0x660248) is unknown color: approx Tyrian Purple. HEX triplet: 66, 02 and 48. RGB value is (102,2,72). Sum of RGB (Red+Green+Blue) = 102+2+72=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #660248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660248 is #99FDB7. Grayscale: #272727. Windows color (decimal): -10091960 or 4719206. OLE color: 4719206.

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

Color convert

RGB102272-
CMYK00.980.290.6
HSL318º96.15%20.39%-
HSV(B)318º98.04%40%-
XYZ6.673.346.42-
YUV39.88146.13172.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.95%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=57.95%
G=1.14%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10227200.980.290.631896.1520.39
Hex662480621D3C13e6014
Octal14621100142357447614024
Binary11001101010010000110001011101111100100111110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660248; }

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

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

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

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

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

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

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

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