Html Css Color HEX #680332 Tyrian Purple

📋 copy color: '#680332'

red 104 ◦ green 3 ◦ blue 50

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

Shades of Tyrian Purple #680332

Tints of Tyrian Purple #680332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

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

R = 66.24%
G = 1.91%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#680332 (or 0x680332) is known color: Tyrian Purple. HEX triplet: 68, 03 and 32. RGB value is (104,3,50). Sum of RGB (Red+Green+Blue) = 104+3+50=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #680332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680332 is #97FCCD. Grayscale: #262626. Windows color (decimal): -9960654 or 3277672. OLE color: 3277672.

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

Color convert

RGB 104 3 50 -
CMYK 0 0.97 0.52 0.59
HSL 332.08º 0.94% 0.21% -
HSV(B) 332.08º 0.97% 0.41% -
XYZ 6.32 3.24 3.31 -
YUV 38.56 134.46 174.68 -
System Red Green Blue C M Y K H S L
Decimal 104 3 50 0 0.97 0.52 0.59 332.08 0.94 0.21
Hex 68 3 32 0 61 34 3B 14C 5E 15
Octal 150 3 62 0 141 64 73 514 136 25
Binary 1101000 11 110010 0 1100001 110100 111011 101001100 1011110 10101

Color Harmonies of #680332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680332

Black with #680332

Text Example


Text Example

White with #680332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680332; }

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

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

background-color css

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

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

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

border-color css

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

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

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