Html Css Color HEX #670136 Tyrian Purple

📋 copy color: '#670136'

red 103 ◦ green 1 ◦ blue 54

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

Shades of Tyrian Purple #670136

Tints of Tyrian Purple #670136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 34.18%

R = 65.19%
G = 0.63%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#670136 (or 0x670136) is known color: Tyrian Purple. HEX triplet: 67, 01 and 36. RGB value is (103,1,54). Sum of RGB (Red+Green+Blue) = 103+1+54=158 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.19% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 103 - color contains mainly: red. Hex color #670136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670136 is #98FEC9. Grayscale: #252525. Windows color (decimal): -10026698 or 3539303. OLE color: 3539303.

HSL color Cylindrical-coordinate representation of color #670136: hue angle of 328.82º 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 #670136 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 1 54 -
CMYK 0 0.99 0.48 0.60
HSL 328.82º 0.98% 0.2% -
HSV(B) 328.82º 0.99% 0.4% -
XYZ 6.27 3.17 3.77 -
YUV 37.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 103 1 54 0 0.99 0.48 0.60 328.82 0.98 0.2
Hex 67 1 36 0 63 30 3C 149 62 14
Octal 147 1 66 0 143 60 74 511 142 24
Binary 1100111 1 110110 0 1100011 110000 111100 101001001 1100010 10100

Color Harmonies of #670136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670136

Black with #670136

Text Example


Text Example

White with #670136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670136; }

 p { color: rgb(103,1,54); }

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

background-color css

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

 a { background-color: rgb(103,1,54); }

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

border-color css

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

 span { border-color: rgb(103,1,54); }

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