Html Css Color HEX #671046 Tyrian Purple

📋 copy color: '#671046'

red 103 ◦ green 16 ◦ blue 70

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

Shades of Tyrian Purple #671046

Tints of Tyrian Purple #671046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.04%

R = 54.5%
G = 8.47%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#671046 (or 0x671046) is known color: Tyrian Purple. HEX triplet: 67, 10 and 46. RGB value is (103,16,70). Sum of RGB (Red+Green+Blue) = 103+16+70=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #671046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671046 is #98EFB9. Grayscale: #303030. Windows color (decimal): -10022842 or 4591719. OLE color: 4591719.

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

Color convert

RGB 103 16 70 -
CMYK 0 0.84 0.32 0.60
HSL 322.76º 0.73% 0.23% -
HSV(B) 322.76º 0.84% 0.4% -
XYZ 6.88 3.7 6.14 -
YUV 48.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 103 16 70 0 0.84 0.32 0.60 322.76 0.73 0.23
Hex 67 10 46 0 54 20 3C 143 49 17
Octal 147 20 106 0 124 40 74 503 111 27
Binary 1100111 10000 1000110 0 1010100 100000 111100 101000011 1001001 10111

Color Harmonies of #671046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671046

Black with #671046

Text Example


Text Example

White with #671046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671046; }

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

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

background-color css

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

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

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

border-color css

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

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

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