Html Css Color HEX #680431 Tyrian Purple

📋 copy color: '#680431'

red 104 ◦ green 4 ◦ blue 49

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

Shades of Tyrian Purple #680431

Tints of Tyrian Purple #680431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

 BLUE value IS 49 (19.53% from 255) = 31.21%

R = 66.24%
G = 2.55%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#680431 (or 0x680431) is known color: Tyrian Purple. HEX triplet: 68, 04 and 31. RGB value is (104,4,49). Sum of RGB (Red+Green+Blue) = 104+4+49=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #680431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680431 is #97FBCE. Grayscale: #262626. Windows color (decimal): -9960399 or 3212392. OLE color: 3212392.

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

Color convert

RGB 104 4 49 -
CMYK 0 0.96 0.53 0.59
HSL 333º 0.93% 0.21% -
HSV(B) 333º 0.96% 0.41% -
XYZ 6.31 3.25 3.2 -
YUV 39.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 104 4 49 0 0.96 0.53 0.59 333 0.93 0.21
Hex 68 4 31 0 60 35 3B 14D 5D 15
Octal 150 4 61 0 140 65 73 515 135 25
Binary 1101000 100 110001 0 1100000 110101 111011 101001101 1011101 10101

Color Harmonies of #680431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680431

Black with #680431

Text Example


Text Example

White with #680431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680431; }

 p { color: rgb(104,4,49); }

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

background-color css

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

 a { background-color: rgb(104,4,49); }

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

border-color css

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

 span { border-color: rgb(104,4,49); }

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