Html Css Color HEX #680257 Tyrian Purple

📋 copy color: '#680257'

red 104 ◦ green 2 ◦ blue 87

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

Shades of Tyrian Purple #680257

Tints of Tyrian Purple #680257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.08%

R = 53.89%
G = 1.04%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#680257 (or 0x680257) is known color: Tyrian Purple. HEX triplet: 68, 02 and 57. RGB value is (104,2,87). Sum of RGB (Red+Green+Blue) = 104+2+87=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #680257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680257 is #97FDA8. Grayscale: #292929. Windows color (decimal): -9960873 or 5702248. OLE color: 5702248.

HSL color Cylindrical-coordinate representation of color #680257: hue angle of 310º 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 #680257 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 2 87 -
CMYK 0 0.98 0.16 0.59
HSL 310º 0.96% 0.21% -
HSV(B) 310º 0.98% 0.41% -
XYZ 7.45 3.67 9.33 -
YUV 42.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 104 2 87 0 0.98 0.16 0.59 310 0.96 0.21
Hex 68 2 57 0 62 10 3B 136 60 15
Octal 150 2 127 0 142 20 73 466 140 25
Binary 1101000 10 1010111 0 1100010 10000 111011 100110110 1100000 10101

Color Harmonies of #680257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680257

Black with #680257

Text Example


Text Example

White with #680257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680257; }

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

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

background-color css

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

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

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

border-color css

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

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

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