Html Css Color HEX #680135 Tyrian Purple

📋 copy color: '#680135'

red 104 ◦ green 1 ◦ blue 53

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

Shades of Tyrian Purple #680135

Tints of Tyrian Purple #680135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

 BLUE value IS 53 (21.09% from 255) = 33.54%

R = 65.82%
G = 0.63%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#680135 (or 0x680135) is known color: Tyrian Purple. HEX triplet: 68, 01 and 35. RGB value is (104,1,53). Sum of RGB (Red+Green+Blue) = 104+1+53=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #680135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680135 is #97FECA. Grayscale: #252525. Windows color (decimal): -9961163 or 3473768. OLE color: 3473768.

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

Color convert

RGB 104 1 53 -
CMYK 0 0.99 0.49 0.59
HSL 329.71º 0.98% 0.21% -
HSV(B) 329.71º 0.99% 0.41% -
XYZ 6.36 3.22 3.65 -
YUV 37.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 104 1 53 0 0.99 0.49 0.59 329.71 0.98 0.21
Hex 68 1 35 0 63 31 3B 14A 62 15
Octal 150 1 65 0 143 61 73 512 142 25
Binary 1101000 1 110101 0 1100011 110001 111011 101001010 1100010 10101

Color Harmonies of #680135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680135

Black with #680135

Text Example


Text Example

White with #680135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680135; }

 p { color: rgb(104,1,53); }

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

background-color css

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

 a { background-color: rgb(104,1,53); }

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

border-color css

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

 span { border-color: rgb(104,1,53); }

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