Html Css Color HEX #680242 Tyrian Purple

📋 copy color: '#680242'

red 104 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #680242

Tints of Tyrian Purple #680242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.37%

R = 60.47%
G = 1.16%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#680242 (or 0x680242) is known color: Tyrian Purple. HEX triplet: 68, 02 and 42. RGB value is (104,2,66). Sum of RGB (Red+Green+Blue) = 104+2+66=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #680242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680242 is #97FDBD. Grayscale: #272727. Windows color (decimal): -9960894 or 4325992. OLE color: 4325992.

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

Color convert

RGB 104 2 66 -
CMYK 0 0.98 0.37 0.59
HSL 322.35º 0.96% 0.21% -
HSV(B) 322.35º 0.98% 0.41% -
XYZ 6.71 3.38 5.45 -
YUV 39.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 104 2 66 0 0.98 0.37 0.59 322.35 0.96 0.21
Hex 68 2 42 0 62 25 3B 142 60 15
Octal 150 2 102 0 142 45 73 502 140 25
Binary 1101000 10 1000010 0 1100010 100101 111011 101000010 1100000 10101

Color Harmonies of #680242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680242

Black with #680242

Text Example


Text Example

White with #680242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680242; }

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

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

background-color css

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

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

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

border-color css

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

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

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