Html Css Color HEX #680553 Tyrian Purple

📋 copy color: '#680553'

red 104 ◦ green 5 ◦ blue 83

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

Shades of Tyrian Purple #680553

Tints of Tyrian Purple #680553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.6%

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

R = 54.17%
G = 2.6%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#680553 (or 0x680553) is known color: Tyrian Purple. HEX triplet: 68, 05 and 53. RGB value is (104,5,83). Sum of RGB (Red+Green+Blue) = 104+5+83=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #680553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680553 is #97FAAC. Grayscale: #2B2B2B. Windows color (decimal): -9960109 or 5440872. OLE color: 5440872.

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

Color convert

RGB 104 5 83 -
CMYK 0 0.95 0.20 0.59
HSL 312.73º 0.91% 0.21% -
HSV(B) 312.73º 0.95% 0.41% -
XYZ 7.32 3.68 8.51 -
YUV 43.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 104 5 83 0 0.95 0.20 0.59 312.73 0.91 0.21
Hex 68 5 53 0 5F 14 3B 139 5B 15
Octal 150 5 123 0 137 24 73 471 133 25
Binary 1101000 101 1010011 0 1011111 10100 111011 100111001 1011011 10101

Color Harmonies of #680553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680553

Black with #680553

Text Example


Text Example

White with #680553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680553; }

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

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

background-color css

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

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

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

border-color css

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

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

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