Html Css Color HEX #680445 Tyrian Purple

📋 copy color: '#680445'

red 104 ◦ green 4 ◦ blue 69

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

Shades of Tyrian Purple #680445

Tints of Tyrian Purple #680445

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

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

R = 58.76%
G = 2.26%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#680445 (or 0x680445) is known color: Tyrian Purple. HEX triplet: 68, 04 and 45. RGB value is (104,4,69). Sum of RGB (Red+Green+Blue) = 104+4+69=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #680445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680445 is #97FBBA. Grayscale: #292929. Windows color (decimal): -9960379 or 4523112. OLE color: 4523112.

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

Color convert

RGB 104 4 69 -
CMYK 0 0.96 0.34 0.59
HSL 321º 0.93% 0.21% -
HSV(B) 321º 0.96% 0.41% -
XYZ 6.83 3.46 5.94 -
YUV 41.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 104 4 69 0 0.96 0.34 0.59 321 0.93 0.21
Hex 68 4 45 0 60 22 3B 141 5D 15
Octal 150 4 105 0 140 42 73 501 135 25
Binary 1101000 100 1000101 0 1100000 100010 111011 101000001 1011101 10101

Color Harmonies of #680445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680445

Black with #680445

Text Example


Text Example

White with #680445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680445; }

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

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

background-color css

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

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

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

border-color css

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

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

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