Html Css Color HEX #670E4D Tyrian Purple

📋 copy color: '#670E4D'

red 103 ◦ green 14 ◦ blue 77

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

Shades of Tyrian Purple #670E4D

Tints of Tyrian Purple #670E4D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.22%

 BLUE value IS 77 (30.47% from 255) = 39.69%

R = 53.09%
G = 7.22%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#670E4D (or 0x670E4D) is known color: Tyrian Purple. HEX triplet: 67, 0E and 4D. RGB value is (103,14,77). Sum of RGB (Red+Green+Blue) = 103+14+77=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #670E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670E4D is #98F1B2. Grayscale: #2F2F2F. Windows color (decimal): -10023347 or 5049959. OLE color: 5049959.

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

Color convert

RGB 103 14 77 -
CMYK 0 0.86 0.25 0.60
HSL 317.53º 0.76% 0.23% -
HSV(B) 317.53º 0.86% 0.4% -
XYZ 7.09 3.73 7.37 -
YUV 47.79 144.49 167.38 -
System Red Green Blue C M Y K H S L
Decimal 103 14 77 0 0.86 0.25 0.60 317.53 0.76 0.23
Hex 67 E 4D 0 56 19 3C 13E 4C 17
Octal 147 16 115 0 126 31 74 476 114 27
Binary 1100111 1110 1001101 0 1010110 11001 111100 100111110 1001100 10111

Color Harmonies of #670E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670E4D

Black with #670E4D

Text Example


Text Example

White with #670E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,14,77); }

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

background-color css

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

 a { background-color: rgb(103,14,77); }

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

border-color css

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

 span { border-color: rgb(103,14,77); }

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