Html Css Color HEX #680558 Tyrian Purple

📋 copy color: '#680558'

red 104 ◦ green 5 ◦ blue 88

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

Shades of Tyrian Purple #680558

Tints of Tyrian Purple #680558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

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

R = 52.79%
G = 2.54%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#680558 (or 0x680558) is known color: Tyrian Purple. HEX triplet: 68, 05 and 58. RGB value is (104,5,88). Sum of RGB (Red+Green+Blue) = 104+5+88=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #680558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680558 is #97FAA7. Grayscale: #2B2B2B. Windows color (decimal): -9960104 or 5768552. OLE color: 5768552.

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

Color convert

RGB 104 5 88 -
CMYK 0 0.95 0.15 0.59
HSL 309.7º 0.91% 0.21% -
HSV(B) 309.7º 0.95% 0.41% -
XYZ 7.52 3.76 9.56 -
YUV 44.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 104 5 88 0 0.95 0.15 0.59 309.7 0.91 0.21
Hex 68 5 58 0 5F F 3B 136 5B 15
Octal 150 5 130 0 137 17 73 466 133 25
Binary 1101000 101 1011000 0 1011111 1111 111011 100110110 1011011 10101

Color Harmonies of #680558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680558

Black with #680558

Text Example


Text Example

White with #680558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680558; }

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

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

background-color css

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

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

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

border-color css

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

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

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