Html Css Color HEX #671050 Tyrian Purple

📋 copy color: '#671050'

red 103 ◦ green 16 ◦ blue 80

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

Shades of Tyrian Purple #671050

Tints of Tyrian Purple #671050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.04%

 BLUE value IS 80 (31.64% from 255) = 40.2%

R = 51.76%
G = 8.04%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#671050 (or 0x671050) is known color: Tyrian Purple. HEX triplet: 67, 10 and 50. RGB value is (103,16,80). Sum of RGB (Red+Green+Blue) = 103+16+80=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #671050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671050 is #98EFAF. Grayscale: #313131. Windows color (decimal): -10022832 or 5247079. OLE color: 5247079.

HSL color Cylindrical-coordinate representation of color #671050: hue angle of 315.86º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671050 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 16 80 -
CMYK 0 0.84 0.22 0.60
HSL 315.86º 0.73% 0.23% -
HSV(B) 315.86º 0.84% 0.4% -
XYZ 7.23 3.83 7.95 -
YUV 49.31 145.32 166.3 -
System Red Green Blue C M Y K H S L
Decimal 103 16 80 0 0.84 0.22 0.60 315.86 0.73 0.23
Hex 67 10 50 0 54 16 3C 13C 49 17
Octal 147 20 120 0 124 26 74 474 111 27
Binary 1100111 10000 1010000 0 1010100 10110 111100 100111100 1001001 10111

Color Harmonies of #671050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671050

Black with #671050

Text Example


Text Example

White with #671050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671050; }

 p { color: rgb(103,16,80); }

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

background-color css

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

 a { background-color: rgb(103,16,80); }

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

border-color css

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

 span { border-color: rgb(103,16,80); }

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