Html Css Color HEX #680331 Tyrian Purple

📋 copy color: '#680331'

red 104 ◦ green 3 ◦ blue 49

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

Shades of Tyrian Purple #680331

Tints of Tyrian Purple #680331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.92%

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

R = 66.67%
G = 1.92%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#680331 (or 0x680331) is known color: Tyrian Purple. HEX triplet: 68, 03 and 31. RGB value is (104,3,49). Sum of RGB (Red+Green+Blue) = 104+3+49=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #680331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680331 is #97FCCE. Grayscale: #262626. Windows color (decimal): -9960655 or 3212136. OLE color: 3212136.

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

Color convert

RGB 104 3 49 -
CMYK 0 0.97 0.53 0.59
HSL 332.67º 0.94% 0.21% -
HSV(B) 332.67º 0.97% 0.41% -
XYZ 6.3 3.23 3.2 -
YUV 38.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 104 3 49 0 0.97 0.53 0.59 332.67 0.94 0.21
Hex 68 3 31 0 61 35 3B 14D 5E 15
Octal 150 3 61 0 141 65 73 515 136 25
Binary 1101000 11 110001 0 1100001 110101 111011 101001101 1011110 10101

Color Harmonies of #680331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680331

Black with #680331

Text Example


Text Example

White with #680331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680331; }

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

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

background-color css

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

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

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

border-color css

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

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

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