#660A30

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

Shades of Tyrian Purple #660A30

Tints of Tyrian Purple #660A30

Color information

#660A30 (or 0x660A30) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0A and 30. RGB value is (102,10,48). Sum of RGB (Red+Green+Blue) = 102+10+48=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #660A30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A30 is #99F5CF. Grayscale: #292929. Windows color (decimal): -10089936 or 3148390. OLE color: 3148390.

HSL color Cylindrical-coordinate representation of color #660A30: hue angle of 335.22º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A30 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB1021048-
CMYK00.900.530.6
HSL335.22º82.14%21.96%-
HSV(B)335.22º90.2%40%-
XYZ6.123.263.1-
YUV41.84131.48170.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.75%
GREEN value IS 10 (4.30% from 255) = 6.25%
BLUE value IS 48 (19.14% from 255) = 30%
R=63.75%
G=6.25%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102104800.900.530.6335.2282.1421.96
Hex66A3005A353C14f5216
Octal14612600132657451712226
Binary1100110101011000001011010110101111100101001111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,10,48); }

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

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

 a { background-color: rgb(102,10,48); }

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

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

 span { border-color: rgb(102,10,48); }

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