Html Css Color HEX #661047 Tyrian Purple

📋 copy color: '#661047'

red 102 ◦ green 16 ◦ blue 71

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

Shades of Tyrian Purple #661047

Tints of Tyrian Purple #661047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.47%

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

R = 53.97%
G = 8.47%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#661047 (or 0x661047) is known color: Tyrian Purple. HEX triplet: 66, 10 and 47. RGB value is (102,16,71). Sum of RGB (Red+Green+Blue) = 102+16+71=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #661047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661047 is #99EFB8. Grayscale: #2F2F2F. Windows color (decimal): -10088377 or 4657254. OLE color: 4657254.

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

Color convert

RGB 102 16 71 -
CMYK 0 0.84 0.30 0.6
HSL 321.63º 0.73% 0.23% -
HSV(B) 321.63º 0.84% 0.4% -
XYZ 6.8 3.65 6.31 -
YUV 47.98 140.99 166.53 -
System Red Green Blue C M Y K H S L
Decimal 102 16 71 0 0.84 0.30 0.6 321.63 0.73 0.23
Hex 66 10 47 0 54 1E 3C 142 49 17
Octal 146 20 107 0 124 36 74 502 111 27
Binary 1100110 10000 1000111 0 1010100 11110 111100 101000010 1001001 10111

Color Harmonies of #661047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661047

Black with #661047

Text Example


Text Example

White with #661047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661047; }

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

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

background-color css

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

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

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

border-color css

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

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

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