Html Css Color HEX #680548 Tyrian Purple

📋 copy color: '#680548'

red 104 ◦ green 5 ◦ blue 72

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

Shades of Tyrian Purple #680548

Tints of Tyrian Purple #680548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.76%

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

R = 57.46%
G = 2.76%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#680548 (or 0x680548) is known color: Tyrian Purple. HEX triplet: 68, 05 and 48. RGB value is (104,5,72). Sum of RGB (Red+Green+Blue) = 104+5+72=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #680548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680548 is #97FAB7. Grayscale: #2A2A2A. Windows color (decimal): -9960120 or 4719976. OLE color: 4719976.

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

Color convert

RGB 104 5 72 -
CMYK 0 0.95 0.31 0.59
HSL 319.39º 0.91% 0.21% -
HSV(B) 319.39º 0.95% 0.41% -
XYZ 6.93 3.52 6.44 -
YUV 42.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 104 5 72 0 0.95 0.31 0.59 319.39 0.91 0.21
Hex 68 5 48 0 5F 1F 3B 13F 5B 15
Octal 150 5 110 0 137 37 73 477 133 25
Binary 1101000 101 1001000 0 1011111 11111 111011 100111111 1011011 10101

Color Harmonies of #680548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680548

Black with #680548

Text Example


Text Example

White with #680548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680548; }

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

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

background-color css

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

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

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

border-color css

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

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

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