Html Css Color HEX #680348 Tyrian Purple

📋 copy color: '#680348'

red 104 ◦ green 3 ◦ blue 72

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

Shades of Tyrian Purple #680348

Tints of Tyrian Purple #680348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.22%

R = 58.1%
G = 1.68%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#680348 (or 0x680348) is known color: Tyrian Purple. HEX triplet: 68, 03 and 48. RGB value is (104,3,72). Sum of RGB (Red+Green+Blue) = 104+3+72=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #680348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680348 is #97FCB7. Grayscale: #282828. Windows color (decimal): -9960632 or 4719464. OLE color: 4719464.

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

Color convert

RGB 104 3 72 -
CMYK 0 0.97 0.31 0.59
HSL 319.01º 0.94% 0.21% -
HSV(B) 319.01º 0.97% 0.41% -
XYZ 6.91 3.48 6.44 -
YUV 41.07 145.46 172.89 -
System Red Green Blue C M Y K H S L
Decimal 104 3 72 0 0.97 0.31 0.59 319.01 0.94 0.21
Hex 68 3 48 0 61 1F 3B 13F 5E 15
Octal 150 3 110 0 141 37 73 477 136 25
Binary 1101000 11 1001000 0 1100001 11111 111011 100111111 1011110 10101

Color Harmonies of #680348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680348

Black with #680348

Text Example


Text Example

White with #680348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680348; }

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

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

background-color css

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

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

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

border-color css

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

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

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