Html Css Color HEX #680132 Tyrian Purple

📋 copy color: '#680132'

red 104 ◦ green 1 ◦ blue 50

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

Shades of Tyrian Purple #680132

Tints of Tyrian Purple #680132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 32.26%

R = 67.1%
G = 0.65%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#680132 (or 0x680132) is known color: Tyrian Purple. HEX triplet: 68, 01 and 32. RGB value is (104,1,50). Sum of RGB (Red+Green+Blue) = 104+1+50=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #680132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680132 is #97FECD. Grayscale: #252525. Windows color (decimal): -9961166 or 3277160. OLE color: 3277160.

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

Color convert

RGB 104 1 50 -
CMYK 0 0.99 0.52 0.59
HSL 331.46º 0.98% 0.21% -
HSV(B) 331.46º 0.99% 0.41% -
XYZ 6.3 3.2 3.3 -
YUV 37.38 135.12 175.52 -
System Red Green Blue C M Y K H S L
Decimal 104 1 50 0 0.99 0.52 0.59 331.46 0.98 0.21
Hex 68 1 32 0 63 34 3B 14B 62 15
Octal 150 1 62 0 143 64 73 513 142 25
Binary 1101000 1 110010 0 1100011 110100 111011 101001011 1100010 10101

Color Harmonies of #680132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680132

Black with #680132

Text Example


Text Example

White with #680132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680132; }

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

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

background-color css

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

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

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

border-color css

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

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

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