Html Css Color HEX #680450 Tyrian Purple

📋 copy color: '#680450'

red 104 ◦ green 4 ◦ blue 80

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

Shades of Tyrian Purple #680450

Tints of Tyrian Purple #680450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

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

R = 55.32%
G = 2.13%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#680450 (or 0x680450) is known color: Tyrian Purple. HEX triplet: 68, 04 and 50. RGB value is (104,4,80). Sum of RGB (Red+Green+Blue) = 104+4+80=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #680450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680450 is #97FBAF. Grayscale: #2A2A2A. Windows color (decimal): -9960368 or 5244008. OLE color: 5244008.

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

Color convert

RGB 104 4 80 -
CMYK 0 0.96 0.23 0.59
HSL 314.4º 0.93% 0.21% -
HSV(B) 314.4º 0.96% 0.41% -
XYZ 7.2 3.61 7.91 -
YUV 42.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 104 4 80 0 0.96 0.23 0.59 314.4 0.93 0.21
Hex 68 4 50 0 60 17 3B 13A 5D 15
Octal 150 4 120 0 140 27 73 472 135 25
Binary 1101000 100 1010000 0 1100000 10111 111011 100111010 1011101 10101

Color Harmonies of #680450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680450

Black with #680450

Text Example


Text Example

White with #680450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680450; }

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

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

background-color css

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

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

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

border-color css

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

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

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