Html Css Color HEX #680058 Tyrian Purple

📋 copy color: '#680058'

red 104 ◦ green 0 ◦ blue 88

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

Shades of Tyrian Purple #680058

Tints of Tyrian Purple #680058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 88 (34.77% from 255) = 45.83%

R = 54.17%
G = 0%
B = 45.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#680058 (or 0x680058) is known color: Tyrian Purple. HEX triplet: 68, 00 and 58. RGB value is (104,0,88). Sum of RGB (Red+Green+Blue) = 104+0+88=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #680058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680058 is #97FFA7. Grayscale: #282828. Windows color (decimal): -9961384 or 5767272. OLE color: 5767272.

HSL color Cylindrical-coordinate representation of color #680058: hue angle of 309.23º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680058 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 0 88 -
CMYK 0 1 0.15 0.59
HSL 309.23º 1% 0.2% -
HSV(B) 309.23º 1% 0.41% -
XYZ 7.47 3.65 9.54 -
YUV 41.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 104 0 88 0 1 0.15 0.59 309.23 1 0.2
Hex 68 0 58 0 64 F 3B 135 64 14
Octal 150 0 130 0 144 17 73 465 144 24
Binary 1101000 0 1011000 0 1100100 1111 111011 100110101 1100100 10100

Color Harmonies of #680058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680058

Black with #680058

Text Example


Text Example

White with #680058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680058; }

 p { color: rgb(104,0,88); }

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

background-color css

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

 a { background-color: rgb(104,0,88); }

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

border-color css

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

 span { border-color: rgb(104,0,88); }

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