Html Css Color HEX #680A46 Tyrian Purple

📋 copy color: '#680A46'

red 104 ◦ green 10 ◦ blue 70

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

Shades of Tyrian Purple #680A46

Tints of Tyrian Purple #680A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.04%

R = 56.52%
G = 5.43%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#680A46 (or 0x680A46) is known color: Tyrian Purple. HEX triplet: 68, 0A and 46. RGB value is (104,10,70). Sum of RGB (Red+Green+Blue) = 104+10+70=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #680A46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A46 is #97F5B9. Grayscale: #2C2C2C. Windows color (decimal): -9958842 or 4590184. OLE color: 4590184.

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

Color convert

RGB 104 10 70 -
CMYK 0 0.90 0.33 0.59
HSL 321.7º 0.82% 0.22% -
HSV(B) 321.7º 0.9% 0.41% -
XYZ 6.92 3.6 6.12 -
YUV 44.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 104 10 70 0 0.90 0.33 0.59 321.7 0.82 0.22
Hex 68 A 46 0 5A 21 3B 142 52 16
Octal 150 12 106 0 132 41 73 502 122 26
Binary 1101000 1010 1000110 0 1011010 100001 111011 101000010 1010010 10110

Color Harmonies of #680A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A46

Black with #680A46

Text Example


Text Example

White with #680A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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