Html Css Color HEX #680D3F Tyrian Purple

📋 copy color: '#680D3F'

red 104 ◦ green 13 ◦ blue 63

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

Shades of Tyrian Purple #680D3F

Tints of Tyrian Purple #680D3F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.22%

 BLUE value IS 63 (25% from 255) = 35%

R = 57.78%
G = 7.22%
B = 35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#680D3F (or 0x680D3F) is known color: Tyrian Purple. HEX triplet: 68, 0D and 3F. RGB value is (104,13,63). Sum of RGB (Red+Green+Blue) = 104+13+63=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #680D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680D3F is #97F2C0. Grayscale: #2D2D2D. Windows color (decimal): -9958081 or 4132200. OLE color: 4132200.

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

Color convert

RGB 104 13 63 -
CMYK 0 0.88 0.39 0.59
HSL 327.03º 0.78% 0.23% -
HSV(B) 327.03º 0.88% 0.41% -
XYZ 6.75 3.59 5.04 -
YUV 45.91 137.65 169.43 -
System Red Green Blue C M Y K H S L
Decimal 104 13 63 0 0.88 0.39 0.59 327.03 0.78 0.23
Hex 68 D 3F 0 58 27 3B 147 4E 17
Octal 150 15 77 0 130 47 73 507 116 27
Binary 1101000 1101 111111 0 1011000 100111 111011 101000111 1001110 10111

Color Harmonies of #680D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680D3F

Black with #680D3F

Text Example


Text Example

White with #680D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,13,63); }

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

background-color css

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

 a { background-color: rgb(104,13,63); }

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

border-color css

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

 span { border-color: rgb(104,13,63); }

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