Html Css Color HEX #680145 Tyrian Purple

📋 copy color: '#680145'

red 104 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #680145

Tints of Tyrian Purple #680145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 59.77%
G = 0.57%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#680145 (or 0x680145) is known color: Tyrian Purple. HEX triplet: 68, 01 and 45. RGB value is (104,1,69). Sum of RGB (Red+Green+Blue) = 104+1+69=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #680145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680145 is #97FEBA. Grayscale: #272727. Windows color (decimal): -9961147 or 4522344. OLE color: 4522344.

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

Color convert

RGB 104 1 69 -
CMYK 0 0.99 0.34 0.59
HSL 320.39º 0.98% 0.21% -
HSV(B) 320.39º 0.99% 0.41% -
XYZ 6.79 3.39 5.93 -
YUV 39.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 104 1 69 0 0.99 0.34 0.59 320.39 0.98 0.21
Hex 68 1 45 0 63 22 3B 140 62 15
Octal 150 1 105 0 143 42 73 500 142 25
Binary 1101000 1 1000101 0 1100011 100010 111011 101000000 1100010 10101

Color Harmonies of #680145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680145

Black with #680145

Text Example


Text Example

White with #680145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680145; }

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

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

background-color css

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

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

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

border-color css

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

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

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