Html Css Color HEX #680546 Tyrian Purple

📋 copy color: '#680546'

red 104 ◦ green 5 ◦ blue 70

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

Shades of Tyrian Purple #680546

Tints of Tyrian Purple #680546

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.79%

 BLUE value IS 70 (27.73% from 255) = 39.11%

R = 58.1%
G = 2.79%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#680546 (or 0x680546) is known color: Tyrian Purple. HEX triplet: 68, 05 and 46. RGB value is (104,5,70). Sum of RGB (Red+Green+Blue) = 104+5+70=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #680546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680546 is #97FAB9. Grayscale: #292929. Windows color (decimal): -9960122 or 4588904. OLE color: 4588904.

HSL color Cylindrical-coordinate representation of color #680546: hue angle of 320.61º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680546 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 5 70 -
CMYK 0 0.95 0.33 0.59
HSL 320.61º 0.91% 0.21% -
HSV(B) 320.61º 0.95% 0.41% -
XYZ 6.87 3.49 6.11 -
YUV 42.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 104 5 70 0 0.95 0.33 0.59 320.61 0.91 0.21
Hex 68 5 46 0 5F 21 3B 141 5B 15
Octal 150 5 106 0 137 41 73 501 133 25
Binary 1101000 101 1000110 0 1011111 100001 111011 101000001 1011011 10101

Color Harmonies of #680546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680546

Black with #680546

Text Example


Text Example

White with #680546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680546; }

 p { color: rgb(104,5,70); }

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

background-color css

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

 a { background-color: rgb(104,5,70); }

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

border-color css

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

 span { border-color: rgb(104,5,70); }

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