Html Css Color HEX #671034 Tyrian Purple

📋 copy color: '#671034'

red 103 ◦ green 16 ◦ blue 52

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

Shades of Tyrian Purple #671034

Tints of Tyrian Purple #671034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.41%

R = 60.23%
G = 9.36%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#671034 (or 0x671034) is known color: Tyrian Purple. HEX triplet: 67, 10 and 34. RGB value is (103,16,52). Sum of RGB (Red+Green+Blue) = 103+16+52=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #671034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671034 is #98EFCB. Grayscale: #2E2E2E. Windows color (decimal): -10022860 or 3412071. OLE color: 3412071.

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

Color convert

RGB 103 16 52 -
CMYK 0 0.84 0.50 0.60
HSL 335.17º 0.73% 0.23% -
HSV(B) 335.17º 0.84% 0.4% -
XYZ 6.4 3.5 3.59 -
YUV 46.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 103 16 52 0 0.84 0.50 0.60 335.17 0.73 0.23
Hex 67 10 34 0 54 32 3C 14F 49 17
Octal 147 20 64 0 124 62 74 517 111 27
Binary 1100111 10000 110100 0 1010100 110010 111100 101001111 1001001 10111

Color Harmonies of #671034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671034

Black with #671034

Text Example


Text Example

White with #671034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671034; }

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

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

background-color css

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

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

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

border-color css

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

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

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