Html Css Color HEX #680C50 Tyrian Purple

📋 copy color: '#680C50'

red 104 ◦ green 12 ◦ blue 80

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

Shades of Tyrian Purple #680C50

Tints of Tyrian Purple #680C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 40.82%

R = 53.06%
G = 6.12%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#680C50 (or 0x680C50) is known color: Tyrian Purple. HEX triplet: 68, 0C and 50. RGB value is (104,12,80). Sum of RGB (Red+Green+Blue) = 104+12+80=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #680C50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C50 is #97F3AF. Grayscale: #2F2F2F. Windows color (decimal): -9958320 or 5246056. OLE color: 5246056.

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

Color convert

RGB 104 12 80 -
CMYK 0 0.88 0.23 0.59
HSL 315.65º 0.79% 0.23% -
HSV(B) 315.65º 0.88% 0.41% -
XYZ 7.29 3.79 7.94 -
YUV 47.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 104 12 80 0 0.88 0.23 0.59 315.65 0.79 0.23
Hex 68 C 50 0 58 17 3B 13C 4F 17
Octal 150 14 120 0 130 27 73 474 117 27
Binary 1101000 1100 1010000 0 1011000 10111 111011 100111100 1001111 10111

Color Harmonies of #680C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C50

Black with #680C50

Text Example


Text Example

White with #680C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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