Html Css Color HEX #680053 Tyrian Purple

📋 copy color: '#680053'

red 104 ◦ green 0 ◦ blue 83

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

Shades of Tyrian Purple #680053

Tints of Tyrian Purple #680053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.61%
G = 0%
B = 44.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#680053 (or 0x680053) is known color: Tyrian Purple. HEX triplet: 68, 00 and 53. RGB value is (104,0,83). Sum of RGB (Red+Green+Blue) = 104+0+83=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #680053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680053 is #97FFAC. Grayscale: #282828. Windows color (decimal): -9961389 or 5439592. OLE color: 5439592.

HSL color Cylindrical-coordinate representation of color #680053: hue angle of 312.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680053 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 0 83 -
CMYK 0 1 0.20 0.59
HSL 312.12º 1% 0.2% -
HSV(B) 312.12º 1% 0.41% -
XYZ 7.27 3.57 8.49 -
YUV 40.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 104 0 83 0 1 0.20 0.59 312.12 1 0.2
Hex 68 0 53 0 64 14 3B 138 64 14
Octal 150 0 123 0 144 24 73 470 144 24
Binary 1101000 0 1010011 0 1100100 10100 111011 100111000 1100100 10100

Color Harmonies of #680053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680053

Black with #680053

Text Example


Text Example

White with #680053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680053; }

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

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

background-color css

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

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

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

border-color css

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

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

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