Html Css Color HEX #660A46 Tyrian Purple

📋 copy color: '#660A46'

red 102 ◦ green 10 ◦ blue 70

#660A46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #660A46

Tints of Tyrian Purple #660A46

RGB

 RED value IS 102 (40.23% from 255) = 56.04%

 GREEN value IS 10 (4.3% from 255) = 5.49%

 BLUE value IS 70 (27.73% from 255) = 38.46%

R = 56.04%
G = 5.49%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#660A46 (or 0x660A46) is known color: Tyrian Purple. HEX triplet: 66, 0A and 46. RGB value is (102,10,70). Sum of RGB (Red+Green+Blue) = 102+10+70=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #660A46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A46 is #99F5B9. Grayscale: #2C2C2C. Windows color (decimal): -10089914 or 4590182. OLE color: 4590182.

HSL color Cylindrical-coordinate representation of color #660A46: hue angle of 320.87º 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 #660A46 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 10 70 -
CMYK 0 0.90 0.31 0.6
HSL 320.87º 0.82% 0.22% -
HSV(B) 320.87º 0.9% 0.4% -
XYZ 6.69 3.48 6.11 -
YUV 44.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 102 10 70 0 0.90 0.31 0.6 320.87 0.82 0.22
Hex 66 A 46 0 5A 1F 3C 141 52 16
Octal 146 12 106 0 132 37 74 501 122 26
Binary 1100110 1010 1000110 0 1011010 11111 111100 101000001 1010010 10110

Color Harmonies of #660A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660A46

Black with #660A46

Text Example


Text Example

White with #660A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #660A46;
 }
 .AnyTagClassName
 {
   color: #660A46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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