Html Css Color HEX #680034 Tyrian Purple

📋 copy color: '#680034'

red 104 ◦ green 0 ◦ blue 52

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

Shades of Tyrian Purple #680034

Tints of Tyrian Purple #680034

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#680034 (or 0x680034) is known color: Tyrian Purple. HEX triplet: 68, 00 and 34. RGB value is (104,0,52). Sum of RGB (Red+Green+Blue) = 104+0+52=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #680034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680034 is #97FFCB. Grayscale: #242424. Windows color (decimal): -9961420 or 3407976. OLE color: 3407976.

HSL color Cylindrical-coordinate representation of color #680034: hue angle of 330º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680034 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 0 52 -
CMYK 0 1 0.50 0.59
HSL 330º 1% 0.2% -
HSV(B) 330º 1% 0.41% -
XYZ 6.33 3.19 3.53 -
YUV 37.02 136.46 175.77 -
System Red Green Blue C M Y K H S L
Decimal 104 0 52 0 1 0.50 0.59 330 1 0.2
Hex 68 0 34 0 64 32 3B 14A 64 14
Octal 150 0 64 0 144 62 73 512 144 24
Binary 1101000 0 110100 0 1100100 110010 111011 101001010 1100100 10100

Color Harmonies of #680034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680034

Black with #680034

Text Example


Text Example

White with #680034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680034; }

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

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

background-color css

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

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

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

border-color css

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

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

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