Html Css Color HEX #680A45 Tyrian Purple

📋 copy color: '#680A45'

red 104 ◦ green 10 ◦ blue 69

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

Shades of Tyrian Purple #680A45

Tints of Tyrian Purple #680A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.7%

R = 56.83%
G = 5.46%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#680A45 (or 0x680A45) is known color: Tyrian Purple. HEX triplet: 68, 0A and 45. RGB value is (104,10,69). Sum of RGB (Red+Green+Blue) = 104+10+69=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #680A45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A45 is #97F5BA. Grayscale: #2C2C2C. Windows color (decimal): -9958843 or 4524648. OLE color: 4524648.

HSL color Cylindrical-coordinate representation of color #680A45: hue angle of 322.34º 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 #680A45 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 10 69 -
CMYK 0 0.90 0.34 0.59
HSL 322.34º 0.82% 0.22% -
HSV(B) 322.34º 0.9% 0.41% -
XYZ 6.89 3.59 5.96 -
YUV 44.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 104 10 69 0 0.90 0.34 0.59 322.34 0.82 0.22
Hex 68 A 45 0 5A 22 3B 142 52 16
Octal 150 12 105 0 132 42 73 502 122 26
Binary 1101000 1010 1000101 0 1011010 100010 111011 101000010 1010010 10110

Color Harmonies of #680A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A45

Black with #680A45

Text Example


Text Example

White with #680A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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