Html Css Color HEX #660346 Tyrian Purple

📋 copy color: '#660346'

red 102 ◦ green 3 ◦ blue 70

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

Shades of Tyrian Purple #660346

Tints of Tyrian Purple #660346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.71%

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

R = 58.29%
G = 1.71%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#660346 (or 0x660346) is known color: Tyrian Purple. HEX triplet: 66, 03 and 46. RGB value is (102,3,70). Sum of RGB (Red+Green+Blue) = 102+3+70=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #660346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660346 is #99FCB9. Grayscale: #282828. Windows color (decimal): -10091706 or 4588390. OLE color: 4588390.

HSL color Cylindrical-coordinate representation of color #660346: hue angle of 319.39º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660346 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 3 70 -
CMYK 0 0.97 0.31 0.6
HSL 319.39º 0.94% 0.21% -
HSV(B) 319.39º 0.97% 0.4% -
XYZ 6.62 3.33 6.09 -
YUV 40.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 102 3 70 0 0.97 0.31 0.6 319.39 0.94 0.21
Hex 66 3 46 0 61 1F 3C 13F 5E 15
Octal 146 3 106 0 141 37 74 477 136 25
Binary 1100110 11 1000110 0 1100001 11111 111100 100111111 1011110 10101

Color Harmonies of #660346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660346

Black with #660346

Text Example


Text Example

White with #660346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660346; }

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

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

background-color css

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

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

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

border-color css

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

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

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