Html Css Color HEX #660247 Tyrian Purple

📋 copy color: '#660247'

red 102 ◦ green 2 ◦ blue 71

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

Shades of Tyrian Purple #660247

Tints of Tyrian Purple #660247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.57%

R = 58.29%
G = 1.14%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#660247 (or 0x660247) is known color: Tyrian Purple. HEX triplet: 66, 02 and 47. RGB value is (102,2,71). Sum of RGB (Red+Green+Blue) = 102+2+71=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #660247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660247 is #99FDB8. Grayscale: #272727. Windows color (decimal): -10091961 or 4653670. OLE color: 4653670.

HSL color Cylindrical-coordinate representation of color #660247: hue angle of 318.6º 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 #660247 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 2 71 -
CMYK 0 0.98 0.30 0.6
HSL 318.6º 0.96% 0.2% -
HSV(B) 318.6º 0.98% 0.4% -
XYZ 6.64 3.32 6.25 -
YUV 39.77 145.63 172.39 -
System Red Green Blue C M Y K H S L
Decimal 102 2 71 0 0.98 0.30 0.6 318.6 0.96 0.2
Hex 66 2 47 0 62 1E 3C 13F 60 14
Octal 146 2 107 0 142 36 74 477 140 24
Binary 1100110 10 1000111 0 1100010 11110 111100 100111111 1100000 10100

Color Harmonies of #660247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660247

Black with #660247

Text Example


Text Example

White with #660247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660247; }

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

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

background-color css

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

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

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

border-color css

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

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

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