Html Css Color HEX #680C51 Tyrian Purple

📋 copy color: '#680C51'

red 104 ◦ green 12 ◦ blue 81

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

Shades of Tyrian Purple #680C51

Tints of Tyrian Purple #680C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.12%

R = 52.79%
G = 6.09%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#680C51 (or 0x680C51) is known color: Tyrian Purple. HEX triplet: 68, 0C and 51. RGB value is (104,12,81). Sum of RGB (Red+Green+Blue) = 104+12+81=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #680C51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C51 is #97F3AE. Grayscale: #2F2F2F. Windows color (decimal): -9958319 or 5311592. OLE color: 5311592.

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

Color convert

RGB 104 12 81 -
CMYK 0 0.88 0.22 0.59
HSL 315º 0.79% 0.23% -
HSV(B) 315º 0.88% 0.41% -
XYZ 7.33 3.8 8.13 -
YUV 47.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 104 12 81 0 0.88 0.22 0.59 315 0.79 0.23
Hex 68 C 51 0 58 16 3B 13B 4F 17
Octal 150 14 121 0 130 26 73 473 117 27
Binary 1101000 1100 1010001 0 1011000 10110 111011 100111011 1001111 10111

Color Harmonies of #680C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C51

Black with #680C51

Text Example


Text Example

White with #680C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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