Html Css Color HEX #680A38 Tyrian Purple

📋 copy color: '#680A38'

red 104 ◦ green 10 ◦ blue 56

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

Shades of Tyrian Purple #680A38

Tints of Tyrian Purple #680A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 32.94%

R = 61.18%
G = 5.88%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#680A38 (or 0x680A38) is known color: Tyrian Purple. HEX triplet: 68, 0A and 38. RGB value is (104,10,56). Sum of RGB (Red+Green+Blue) = 104+10+56=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #680A38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A38 is #97F5C7. Grayscale: #2B2B2B. Windows color (decimal): -9958856 or 3672680. OLE color: 3672680.

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

Color convert

RGB 104 10 56 -
CMYK 0 0.90 0.46 0.59
HSL 330.64º 0.82% 0.22% -
HSV(B) 330.64º 0.9% 0.41% -
XYZ 6.53 3.45 4.06 -
YUV 43.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 104 10 56 0 0.90 0.46 0.59 330.64 0.82 0.22
Hex 68 A 38 0 5A 2E 3B 14B 52 16
Octal 150 12 70 0 132 56 73 513 122 26
Binary 1101000 1010 111000 0 1011010 101110 111011 101001011 1010010 10110

Color Harmonies of #680A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A38

Black with #680A38

Text Example


Text Example

White with #680A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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