Html Css Color HEX #660431 Tyrian Purple

📋 copy color: '#660431'

red 102 ◦ green 4 ◦ blue 49

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

Shades of Tyrian Purple #660431

Tints of Tyrian Purple #660431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

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

R = 65.81%
G = 2.58%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#660431 (or 0x660431) is known color: Tyrian Purple. HEX triplet: 66, 04 and 31. RGB value is (102,4,49). Sum of RGB (Red+Green+Blue) = 102+4+49=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #660431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660431 is #99FBCE. Grayscale: #262626. Windows color (decimal): -10091471 or 3212390. OLE color: 3212390.

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

Color convert

RGB 102 4 49 -
CMYK 0 0.96 0.52 0.6
HSL 332.45º 0.92% 0.21% -
HSV(B) 332.45º 0.96% 0.4% -
XYZ 6.08 3.13 3.19 -
YUV 38.43 133.97 173.34 -
System Red Green Blue C M Y K H S L
Decimal 102 4 49 0 0.96 0.52 0.6 332.45 0.92 0.21
Hex 66 4 31 0 60 34 3C 14C 5C 15
Octal 146 4 61 0 140 64 74 514 134 25
Binary 1100110 100 110001 0 1100000 110100 111100 101001100 1011100 10101

Color Harmonies of #660431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660431

Black with #660431

Text Example


Text Example

White with #660431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660431; }

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

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

background-color css

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

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

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

border-color css

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

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

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