#660F4B

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

Shades of Tyrian Purple #660F4B

Tints of Tyrian Purple #660F4B

Color information

#660F4B (or 0x660F4B) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0F and 4B. RGB value is (102,15,75). Sum of RGB (Red+Green+Blue) = 102+15+75=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #660F4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F4B is #99F0B4. Grayscale: #2F2F2F. Windows color (decimal): -10088629 or 4919142. OLE color: 4919142.

HSL color Cylindrical-coordinate representation of color #660F4B: hue angle of 318.62º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F4B is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB1021575-
CMYK00.850.260.6
HSL318.62º74.36%22.94%-
HSV(B)318.62º85.29%40%-
XYZ6.923.677-
YUV47.85143.32166.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 15 (6.25% from 255) = 7.81%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=53.12%
G=7.81%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102157500.850.260.6318.6274.3622.94
Hex66F4B0551A3C13f4a17
Octal146171130125327447711227
Binary1100110111110010110101010111010111100100111111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660F4B; }

 p { color: rgb(102,15,75); }

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

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

 a { background-color: rgb(102,15,75); }

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

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

 span { border-color: rgb(102,15,75); }

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