Html Css Color HEX #680355 Tyrian Purple

📋 copy color: '#680355'

red 104 ◦ green 3 ◦ blue 85

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

Shades of Tyrian Purple #680355

Tints of Tyrian Purple #680355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.56%

 BLUE value IS 85 (33.59% from 255) = 44.27%

R = 54.17%
G = 1.56%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#680355 (or 0x680355) is known color: Tyrian Purple. HEX triplet: 68, 03 and 55. RGB value is (104,3,85). Sum of RGB (Red+Green+Blue) = 104+3+85=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #680355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680355 is #97FCAA. Grayscale: #2A2A2A. Windows color (decimal): -9960619 or 5571432. OLE color: 5571432.

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

Color convert

RGB 104 3 85 -
CMYK 0 0.97 0.18 0.59
HSL 311.29º 0.94% 0.21% -
HSV(B) 311.29º 0.97% 0.41% -
XYZ 7.38 3.66 8.91 -
YUV 42.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 104 3 85 0 0.97 0.18 0.59 311.29 0.94 0.21
Hex 68 3 55 0 61 12 3B 137 5E 15
Octal 150 3 125 0 141 22 73 467 136 25
Binary 1101000 11 1010101 0 1100001 10010 111011 100110111 1011110 10101

Color Harmonies of #680355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680355

Black with #680355

Text Example


Text Example

White with #680355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680355; }

 p { color: rgb(104,3,85); }

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

background-color css

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

 a { background-color: rgb(104,3,85); }

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

border-color css

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

 span { border-color: rgb(104,3,85); }

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