Html Css Color HEX #680C4A Tyrian Purple

📋 copy color: '#680C4A'

red 104 ◦ green 12 ◦ blue 74

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

Shades of Tyrian Purple #680C4A

Tints of Tyrian Purple #680C4A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.32%

 BLUE value IS 74 (29.3% from 255) = 38.95%

R = 54.74%
G = 6.32%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#680C4A (or 0x680C4A) is known color: Tyrian Purple. HEX triplet: 68, 0C and 4A. RGB value is (104,12,74). Sum of RGB (Red+Green+Blue) = 104+12+74=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #680C4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C4A is #97F3B5. Grayscale: #2E2E2E. Windows color (decimal): -9958326 or 4852840. OLE color: 4852840.

HSL color Cylindrical-coordinate representation of color #680C4A: hue angle of 319.57º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680C4A is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 12 74 -
CMYK 0 0.88 0.29 0.59
HSL 319.57º 0.79% 0.23% -
HSV(B) 319.57º 0.88% 0.41% -
XYZ 7.08 3.7 6.82 -
YUV 46.58 143.48 168.96 -
System Red Green Blue C M Y K H S L
Decimal 104 12 74 0 0.88 0.29 0.59 319.57 0.79 0.23
Hex 68 C 4A 0 58 1D 3B 140 4F 17
Octal 150 14 112 0 130 35 73 500 117 27
Binary 1101000 1100 1001010 0 1011000 11101 111011 101000000 1001111 10111

Color Harmonies of #680C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C4A

Black with #680C4A

Text Example


Text Example

White with #680C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,12,74); }

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

background-color css

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

 a { background-color: rgb(104,12,74); }

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

border-color css

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

 span { border-color: rgb(104,12,74); }

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