Html Css Color HEX #680250 Tyrian Purple

📋 copy color: '#680250'

red 104 ◦ green 2 ◦ blue 80

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

Shades of Tyrian Purple #680250

Tints of Tyrian Purple #680250

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 55.91%
G = 1.08%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#680250 (or 0x680250) is known color: Tyrian Purple. HEX triplet: 68, 02 and 50. RGB value is (104,2,80). Sum of RGB (Red+Green+Blue) = 104+2+80=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #680250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680250 is #97FDAF. Grayscale: #292929. Windows color (decimal): -9960880 or 5243496. OLE color: 5243496.

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

Color convert

RGB 104 2 80 -
CMYK 0 0.98 0.23 0.59
HSL 314.12º 0.96% 0.21% -
HSV(B) 314.12º 0.98% 0.41% -
XYZ 7.18 3.57 7.9 -
YUV 41.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 104 2 80 0 0.98 0.23 0.59 314.12 0.96 0.21
Hex 68 2 50 0 62 17 3B 13A 60 15
Octal 150 2 120 0 142 27 73 472 140 25
Binary 1101000 10 1010000 0 1100010 10111 111011 100111010 1100000 10101

Color Harmonies of #680250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680250

Black with #680250

Text Example


Text Example

White with #680250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680250; }

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

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

background-color css

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

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

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

border-color css

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

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

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