Html Css Color HEX #680545 Tyrian Purple

📋 copy color: '#680545'

red 104 ◦ green 5 ◦ blue 69

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

Shades of Tyrian Purple #680545

Tints of Tyrian Purple #680545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 38.76%

R = 58.43%
G = 2.81%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#680545 (or 0x680545) is known color: Tyrian Purple. HEX triplet: 68, 05 and 45. RGB value is (104,5,69). Sum of RGB (Red+Green+Blue) = 104+5+69=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #680545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680545 is #97FABA. Grayscale: #292929. Windows color (decimal): -9960123 or 4523368. OLE color: 4523368.

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

Color convert

RGB 104 5 69 -
CMYK 0 0.95 0.34 0.59
HSL 321.21º 0.91% 0.21% -
HSV(B) 321.21º 0.95% 0.41% -
XYZ 6.84 3.48 5.94 -
YUV 41.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 104 5 69 0 0.95 0.34 0.59 321.21 0.91 0.21
Hex 68 5 45 0 5F 22 3B 141 5B 15
Octal 150 5 105 0 137 42 73 501 133 25
Binary 1101000 101 1000101 0 1011111 100010 111011 101000001 1011011 10101

Color Harmonies of #680545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680545

Black with #680545

Text Example


Text Example

White with #680545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680545; }

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

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

background-color css

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

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

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

border-color css

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

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

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