Html Css Color HEX #670049 Tyrian Purple

📋 copy color: '#670049'

red 103 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #670049

Tints of Tyrian Purple #670049

RGB

 RED value IS 103 (40.63% from 255) = 58.52%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 41.48%

R = 58.52%
G = 0%
B = 41.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#670049 (or 0x670049) is known color: Tyrian Purple. HEX triplet: 67, 00 and 49. RGB value is (103,0,73). Sum of RGB (Red+Green+Blue) = 103+0+73=176 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.52% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 103 - color contains mainly: red. Hex color #670049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670049 is #98FFB6. Grayscale: #262626. Windows color (decimal): -10026935 or 4784231. OLE color: 4784231.

HSL color Cylindrical-coordinate representation of color #670049: hue angle of 317.48º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670049 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 0 73 -
CMYK 0 1 0.29 0.60
HSL 317.48º 1% 0.2% -
HSV(B) 317.48º 1% 0.4% -
XYZ 6.8 3.36 6.59 -
YUV 39.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 103 0 73 0 1 0.29 0.60 317.48 1 0.2
Hex 67 0 49 0 64 1D 3C 13D 64 14
Octal 147 0 111 0 144 35 74 475 144 24
Binary 1100111 0 1001001 0 1100100 11101 111100 100111101 1100100 10100

Color Harmonies of #670049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670049

Black with #670049

Text Example


Text Example

White with #670049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670049; }

 p { color: rgb(103,0,73); }

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

background-color css

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

 a { background-color: rgb(103,0,73); }

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

border-color css

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

 span { border-color: rgb(103,0,73); }

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