Html Css Color HEX #680231 Tyrian Purple

📋 copy color: '#680231'

red 104 ◦ green 2 ◦ blue 49

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

Shades of Tyrian Purple #680231

Tints of Tyrian Purple #680231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 31.61%

R = 67.1%
G = 1.29%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#680231 (or 0x680231) is known color: Tyrian Purple. HEX triplet: 68, 02 and 31. RGB value is (104,2,49). Sum of RGB (Red+Green+Blue) = 104+2+49=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #680231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680231 is #97FDCE. Grayscale: #252525. Windows color (decimal): -9960911 or 3211880. OLE color: 3211880.

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

Color convert

RGB 104 2 49 -
CMYK 0 0.98 0.53 0.59
HSL 332.35º 0.96% 0.21% -
HSV(B) 332.35º 0.98% 0.41% -
XYZ 6.29 3.21 3.19 -
YUV 37.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 104 2 49 0 0.98 0.53 0.59 332.35 0.96 0.21
Hex 68 2 31 0 62 35 3B 14C 60 15
Octal 150 2 61 0 142 65 73 514 140 25
Binary 1101000 10 110001 0 1100010 110101 111011 101001100 1100000 10101

Color Harmonies of #680231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680231

Black with #680231

Text Example


Text Example

White with #680231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680231; }

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

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

background-color css

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

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

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

border-color css

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

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

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