Html Css Color HEX #660331 Tyrian Purple

📋 copy color: '#660331'

red 102 ◦ green 3 ◦ blue 49

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

Shades of Tyrian Purple #660331

Tints of Tyrian Purple #660331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 31.82%

R = 66.23%
G = 1.95%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#660331 (or 0x660331) is known color: Tyrian Purple. HEX triplet: 66, 03 and 31. RGB value is (102,3,49). Sum of RGB (Red+Green+Blue) = 102+3+49=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #660331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660331 is #99FCCE. Grayscale: #252525. Windows color (decimal): -10091727 or 3212134. OLE color: 3212134.

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

Color convert

RGB 102 3 49 -
CMYK 0 0.97 0.52 0.6
HSL 332.12º 0.94% 0.21% -
HSV(B) 332.12º 0.97% 0.4% -
XYZ 6.07 3.11 3.19 -
YUV 37.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 102 3 49 0 0.97 0.52 0.6 332.12 0.94 0.21
Hex 66 3 31 0 61 34 3C 14C 5E 15
Octal 146 3 61 0 141 64 74 514 136 25
Binary 1100110 11 110001 0 1100001 110100 111100 101001100 1011110 10101

Color Harmonies of #660331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660331

Black with #660331

Text Example


Text Example

White with #660331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660331; }

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

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

background-color css

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

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

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

border-color css

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

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

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