Html Css Color HEX #680B42 Tyrian Purple

📋 copy color: '#680B42'

red 104 ◦ green 11 ◦ blue 66

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

Shades of Tyrian Purple #680B42

Tints of Tyrian Purple #680B42

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.08%

 BLUE value IS 66 (26.17% from 255) = 36.46%

R = 57.46%
G = 6.08%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#680B42 (or 0x680B42) is known color: Tyrian Purple. HEX triplet: 68, 0B and 42. RGB value is (104,11,66). Sum of RGB (Red+Green+Blue) = 104+11+66=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #680B42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B42 is #97F4BD. Grayscale: #2C2C2C. Windows color (decimal): -9958590 or 4328296. OLE color: 4328296.

HSL color Cylindrical-coordinate representation of color #680B42: hue angle of 324.52º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B42 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 11 66 -
CMYK 0 0.89 0.37 0.59
HSL 324.52º 0.81% 0.23% -
HSV(B) 324.52º 0.89% 0.41% -
XYZ 6.81 3.58 5.49 -
YUV 45.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 104 11 66 0 0.89 0.37 0.59 324.52 0.81 0.23
Hex 68 B 42 0 59 25 3B 145 51 17
Octal 150 13 102 0 131 45 73 505 121 27
Binary 1101000 1011 1000010 0 1011001 100101 111011 101000101 1010001 10111

Color Harmonies of #680B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B42

Black with #680B42

Text Example


Text Example

White with #680B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680B42; }

 p { color: rgb(104,11,66); }

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

background-color css

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

 a { background-color: rgb(104,11,66); }

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

border-color css

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

 span { border-color: rgb(104,11,66); }

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