Html Css Color HEX #660131 Tyrian Purple

📋 copy color: '#660131'

red 102 ◦ green 1 ◦ blue 49

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

Shades of Tyrian Purple #660131

Tints of Tyrian Purple #660131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 67.11%
G = 0.66%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#660131 (or 0x660131) is known color: Tyrian Purple. HEX triplet: 66, 01 and 31. RGB value is (102,1,49). Sum of RGB (Red+Green+Blue) = 102+1+49=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #660131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660131 is #99FECE. Grayscale: #242424. Windows color (decimal): -10092239 or 3211622. OLE color: 3211622.

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

Color convert

RGB 102 1 49 -
CMYK 0 0.99 0.52 0.6
HSL 331.49º 0.98% 0.2% -
HSV(B) 331.49º 0.99% 0.4% -
XYZ 6.04 3.07 3.18 -
YUV 36.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 102 1 49 0 0.99 0.52 0.6 331.49 0.98 0.2
Hex 66 1 31 0 63 34 3C 14B 62 14
Octal 146 1 61 0 143 64 74 513 142 24
Binary 1100110 1 110001 0 1100011 110100 111100 101001011 1100010 10100

Color Harmonies of #660131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660131

Black with #660131

Text Example


Text Example

White with #660131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660131; }

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

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

background-color css

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

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

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

border-color css

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

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

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