Html Css Color HEX #670F49 Tyrian Purple

📋 copy color: '#670F49'

red 103 ◦ green 15 ◦ blue 73

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

Shades of Tyrian Purple #670F49

Tints of Tyrian Purple #670F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.85%

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

R = 53.93%
G = 7.85%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#670F49 (or 0x670F49) is known color: Tyrian Purple. HEX triplet: 67, 0F and 49. RGB value is (103,15,73). Sum of RGB (Red+Green+Blue) = 103+15+73=191 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.93% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 103 - color contains mainly: red. Hex color #670F49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670F49 is #98F0B6. Grayscale: #2F2F2F. Windows color (decimal): -10023095 or 4788071. OLE color: 4788071.

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

Color convert

RGB 103 15 73 -
CMYK 0 0.85 0.29 0.60
HSL 320.45º 0.75% 0.23% -
HSV(B) 320.45º 0.85% 0.4% -
XYZ 6.97 3.71 6.65 -
YUV 47.92 142.15 167.28 -
System Red Green Blue C M Y K H S L
Decimal 103 15 73 0 0.85 0.29 0.60 320.45 0.75 0.23
Hex 67 F 49 0 55 1D 3C 140 4B 17
Octal 147 17 111 0 125 35 74 500 113 27
Binary 1100111 1111 1001001 0 1010101 11101 111100 101000000 1001011 10111

Color Harmonies of #670F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670F49

Black with #670F49

Text Example


Text Example

White with #670F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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