Html Css Color HEX #680129 Tyrian Purple

📋 copy color: '#680129'

red 104 ◦ green 1 ◦ blue 41

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

Shades of Tyrian Purple #680129

Tints of Tyrian Purple #680129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 28.08%

R = 71.23%
G = 0.68%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#680129 (or 0x680129) is known color: Tyrian Purple. HEX triplet: 68, 01 and 29. RGB value is (104,1,41). Sum of RGB (Red+Green+Blue) = 104+1+41=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #680129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680129 is #97FED6. Grayscale: #242424. Windows color (decimal): -9961175 or 2687336. OLE color: 2687336.

HSL color Cylindrical-coordinate representation of color #680129: hue angle of 336.7º 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 #680129 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 1 41 -
CMYK 0 0.99 0.61 0.59
HSL 336.7º 0.98% 0.21% -
HSV(B) 336.7º 0.99% 0.41% -
XYZ 6.12 3.12 2.38 -
YUV 36.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 104 1 41 0 0.99 0.61 0.59 336.7 0.98 0.21
Hex 68 1 29 0 63 3D 3B 151 62 15
Octal 150 1 51 0 143 75 73 521 142 25
Binary 1101000 1 101001 0 1100011 111101 111011 101010001 1100010 10101

Color Harmonies of #680129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680129

Black with #680129

Text Example


Text Example

White with #680129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680129; }

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

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

background-color css

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

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

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

border-color css

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

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

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