Html Css Color HEX #680B53 Tyrian Purple

📋 copy color: '#680B53'

red 104 ◦ green 11 ◦ blue 83

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

Shades of Tyrian Purple #680B53

Tints of Tyrian Purple #680B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 52.53%
G = 5.56%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#680B53 (or 0x680B53) is known color: Tyrian Purple. HEX triplet: 68, 0B and 53. RGB value is (104,11,83). Sum of RGB (Red+Green+Blue) = 104+11+83=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #680B53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B53 is #97F4AC. Grayscale: #2E2E2E. Windows color (decimal): -9958573 or 5442408. OLE color: 5442408.

HSL color Cylindrical-coordinate representation of color #680B53: hue angle of 313.55º 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 #680B53 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 11 83 -
CMYK 0 0.89 0.20 0.59
HSL 313.55º 0.81% 0.23% -
HSV(B) 313.55º 0.89% 0.41% -
XYZ 7.39 3.81 8.53 -
YUV 47.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 104 11 83 0 0.89 0.20 0.59 313.55 0.81 0.23
Hex 68 B 53 0 59 14 3B 13A 51 17
Octal 150 13 123 0 131 24 73 472 121 27
Binary 1101000 1011 1010011 0 1011001 10100 111011 100111010 1010001 10111

Color Harmonies of #680B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B53

Black with #680B53

Text Example


Text Example

White with #680B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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