Html Css Color HEX #670031 Tyrian Purple

📋 copy color: '#670031'

red 103 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #670031

Tints of Tyrian Purple #670031

RGB

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

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

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

R = 67.76%
G = 0%
B = 32.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#670031 (or 0x670031) is known color: Tyrian Purple. HEX triplet: 67, 00 and 31. RGB value is (103,0,49). Sum of RGB (Red+Green+Blue) = 103+0+49=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #670031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670031 is #98FFCE. Grayscale: #242424. Windows color (decimal): -10026959 or 3211367. OLE color: 3211367.

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

Color convert

RGB 103 0 49 -
CMYK 0 1 0.52 0.60
HSL 331.46º 1% 0.2% -
HSV(B) 331.46º 1% 0.4% -
XYZ 6.15 3.11 3.18 -
YUV 36.38 135.12 175.52 -
System Red Green Blue C M Y K H S L
Decimal 103 0 49 0 1 0.52 0.60 331.46 1 0.2
Hex 67 0 31 0 64 34 3C 14B 64 14
Octal 147 0 61 0 144 64 74 513 144 24
Binary 1100111 0 110001 0 1100100 110100 111100 101001011 1100100 10100

Color Harmonies of #670031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670031

Black with #670031

Text Example


Text Example

White with #670031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670031; }

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

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

background-color css

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

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

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

border-color css

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

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

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