Html Css Color HEX #680147 Tyrian Purple

📋 copy color: '#680147'

red 104 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #680147

Tints of Tyrian Purple #680147

RGB

 RED value IS 104 (41.02% from 255) = 59.09%

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 71 (28.13% from 255) = 40.34%

R = 59.09%
G = 0.57%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#680147 (or 0x680147) is known color: Tyrian Purple. HEX triplet: 68, 01 and 47. RGB value is (104,1,71). Sum of RGB (Red+Green+Blue) = 104+1+71=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #680147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680147 is #97FEB8. Grayscale: #272727. Windows color (decimal): -9961145 or 4653416. OLE color: 4653416.

HSL color Cylindrical-coordinate representation of color #680147: hue angle of 319.22º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680147 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 1 71 -
CMYK 0 0.99 0.32 0.59
HSL 319.22º 0.98% 0.21% -
HSV(B) 319.22º 0.99% 0.41% -
XYZ 6.86 3.42 6.26 -
YUV 39.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 104 1 71 0 0.99 0.32 0.59 319.22 0.98 0.21
Hex 68 1 47 0 63 20 3B 13F 62 15
Octal 150 1 107 0 143 40 73 477 142 25
Binary 1101000 1 1000111 0 1100011 100000 111011 100111111 1100010 10101

Color Harmonies of #680147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680147

Black with #680147

Text Example


Text Example

White with #680147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680147; }

 p { color: rgb(104,1,71); }

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

background-color css

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

 a { background-color: rgb(104,1,71); }

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

border-color css

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

 span { border-color: rgb(104,1,71); }

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