Html Css Color HEX #680C34 Tyrian Purple

📋 copy color: '#680C34'

red 104 ◦ green 12 ◦ blue 52

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

Shades of Tyrian Purple #680C34

Tints of Tyrian Purple #680C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.95%

R = 61.9%
G = 7.14%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#680C34 (or 0x680C34) is known color: Tyrian Purple. HEX triplet: 68, 0C and 34. RGB value is (104,12,52). Sum of RGB (Red+Green+Blue) = 104+12+52=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #680C34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C34 is #97F3CB. Grayscale: #2C2C2C. Windows color (decimal): -9958348 or 3411048. OLE color: 3411048.

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

Color convert

RGB 104 12 52 -
CMYK 0 0.88 0.50 0.59
HSL 333.91º 0.79% 0.23% -
HSV(B) 333.91º 0.88% 0.41% -
XYZ 6.46 3.45 3.57 -
YUV 44.07 132.48 170.75 -
System Red Green Blue C M Y K H S L
Decimal 104 12 52 0 0.88 0.50 0.59 333.91 0.79 0.23
Hex 68 C 34 0 58 32 3B 14E 4F 17
Octal 150 14 64 0 130 62 73 516 117 27
Binary 1101000 1100 110100 0 1011000 110010 111011 101001110 1001111 10111

Color Harmonies of #680C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C34

Black with #680C34

Text Example


Text Example

White with #680C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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