Html Css Color HEX #660246 Tyrian Purple

📋 copy color: '#660246'

red 102 ◦ green 2 ◦ blue 70

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

Shades of Tyrian Purple #660246

Tints of Tyrian Purple #660246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

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

R = 58.62%
G = 1.15%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#660246 (or 0x660246) is known color: Tyrian Purple. HEX triplet: 66, 02 and 46. RGB value is (102,2,70). Sum of RGB (Red+Green+Blue) = 102+2+70=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #660246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660246 is #99FDB9. Grayscale: #272727. Windows color (decimal): -10091962 or 4588134. OLE color: 4588134.

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

Color convert

RGB 102 2 70 -
CMYK 0 0.98 0.31 0.6
HSL 319.2º 0.96% 0.2% -
HSV(B) 319.2º 0.98% 0.4% -
XYZ 6.61 3.31 6.09 -
YUV 39.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 102 2 70 0 0.98 0.31 0.6 319.2 0.96 0.2
Hex 66 2 46 0 62 1F 3C 13F 60 14
Octal 146 2 106 0 142 37 74 477 140 24
Binary 1100110 10 1000110 0 1100010 11111 111100 100111111 1100000 10100

Color Harmonies of #660246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660246

Black with #660246

Text Example


Text Example

White with #660246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660246; }

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

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

background-color css

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

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

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

border-color css

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

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

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