Html Css Color HEX #671032 Tyrian Purple

📋 copy color: '#671032'

red 103 ◦ green 16 ◦ blue 50

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

Shades of Tyrian Purple #671032

Tints of Tyrian Purple #671032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.59%

R = 60.95%
G = 9.47%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#671032 (or 0x671032) is known color: Tyrian Purple. HEX triplet: 67, 10 and 32. RGB value is (103,16,50). Sum of RGB (Red+Green+Blue) = 103+16+50=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #671032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671032 is #98EFCD. Grayscale: #2D2D2D. Windows color (decimal): -10022862 or 3280999. OLE color: 3280999.

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

Color convert

RGB 103 16 50 -
CMYK 0 0.84 0.51 0.60
HSL 336.55º 0.73% 0.23% -
HSV(B) 336.55º 0.84% 0.4% -
XYZ 6.35 3.48 3.36 -
YUV 45.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 103 16 50 0 0.84 0.51 0.60 336.55 0.73 0.23
Hex 67 10 32 0 54 33 3C 151 49 17
Octal 147 20 62 0 124 63 74 521 111 27
Binary 1100111 10000 110010 0 1010100 110011 111100 101010001 1001001 10111

Color Harmonies of #671032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671032

Black with #671032

Text Example


Text Example

White with #671032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671032; }

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

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

background-color css

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

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

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

border-color css

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

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

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