#660953

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

Shades of Tyrian Purple #660953

Tints of Tyrian Purple #660953

Color information

#660953 (or 0x660953) is unknown color: approx Tyrian Purple. HEX triplet: 66, 09 and 53. RGB value is (102,9,83). Sum of RGB (Red+Green+Blue) = 102+9+83=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #660953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660953 is #99F6AC. Grayscale: #2D2D2D. Windows color (decimal): -10090157 or 5441894. OLE color: 5441894.

HSL color Cylindrical-coordinate representation of color #660953: hue angle of 312.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660953 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB102983-
CMYK00.910.190.6
HSL312.26º83.78%21.76%-
HSV(B)312.26º91.18%40%-
XYZ7.143.648.51-
YUV45.24149.31168.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.58%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 83 (32.81% from 255) = 42.78%
R=52.58%
G=4.64%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10298300.910.190.6312.2683.7821.76
Hex6695305B133C1385416
Octal146111230133237447012426
Binary1100110100110100110101101110011111100100111000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660953; }

 p { color: rgb(102,9,83); }

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

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

 a { background-color: rgb(102,9,83); }

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

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

 span { border-color: rgb(102,9,83); }

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