Html Css Color HEX #680A42 Tyrian Purple

📋 copy color: '#680A42'

red 104 ◦ green 10 ◦ blue 66

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

Shades of Tyrian Purple #680A42

Tints of Tyrian Purple #680A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 57.78%
G = 5.56%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#680A42 (or 0x680A42) is known color: Tyrian Purple. HEX triplet: 68, 0A and 42. RGB value is (104,10,66). Sum of RGB (Red+Green+Blue) = 104+10+66=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #680A42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A42 is #97F5BD. Grayscale: #2C2C2C. Windows color (decimal): -9958846 or 4328040. OLE color: 4328040.

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

Color convert

RGB 104 10 66 -
CMYK 0 0.90 0.37 0.59
HSL 324.26º 0.82% 0.22% -
HSV(B) 324.26º 0.9% 0.41% -
XYZ 6.8 3.55 5.48 -
YUV 44.49 140.14 170.45 -
System Red Green Blue C M Y K H S L
Decimal 104 10 66 0 0.90 0.37 0.59 324.26 0.82 0.22
Hex 68 A 42 0 5A 25 3B 144 52 16
Octal 150 12 102 0 132 45 73 504 122 26
Binary 1101000 1010 1000010 0 1011010 100101 111011 101000100 1010010 10110

Color Harmonies of #680A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A42

Black with #680A42

Text Example


Text Example

White with #680A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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