Html Css Color HEX #680A3B Tyrian Purple

📋 copy color: '#680A3B'

red 104 ◦ green 10 ◦ blue 59

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

Shades of Tyrian Purple #680A3B

Tints of Tyrian Purple #680A3B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.78%

 BLUE value IS 59 (23.44% from 255) = 34.1%

R = 60.12%
G = 5.78%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#680A3B (or 0x680A3B) is known color: Tyrian Purple. HEX triplet: 68, 0A and 3B. RGB value is (104,10,59). Sum of RGB (Red+Green+Blue) = 104+10+59=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #680A3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A3B is #97F5C4. Grayscale: #2B2B2B. Windows color (decimal): -9958853 or 3869288. OLE color: 3869288.

HSL color Cylindrical-coordinate representation of color #680A3B: hue angle of 328.72º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A3B is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 10 59 -
CMYK 0 0.90 0.43 0.59
HSL 328.72º 0.82% 0.22% -
HSV(B) 328.72º 0.9% 0.41% -
XYZ 6.61 3.48 4.46 -
YUV 43.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 104 10 59 0 0.90 0.43 0.59 328.72 0.82 0.22
Hex 68 A 3B 0 5A 2B 3B 149 52 16
Octal 150 12 73 0 132 53 73 511 122 26
Binary 1101000 1010 111011 0 1011010 101011 111011 101001001 1010010 10110

Color Harmonies of #680A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A3B

Black with #680A3B

Text Example


Text Example

White with #680A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680A3B; }

 p { color: rgb(104,10,59); }

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

background-color css

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

 a { background-color: rgb(104,10,59); }

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

border-color css

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

 span { border-color: rgb(104,10,59); }

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