Html Css Color HEX #680153 Tyrian Purple

📋 copy color: '#680153'

red 104 ◦ green 1 ◦ blue 83

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

Shades of Tyrian Purple #680153

Tints of Tyrian Purple #680153

RGB

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

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

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

R = 55.32%
G = 0.53%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#680153 (or 0x680153) is known color: Tyrian Purple. HEX triplet: 68, 01 and 53. RGB value is (104,1,83). Sum of RGB (Red+Green+Blue) = 104+1+83=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #680153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680153 is #97FEAC. Grayscale: #282828. Windows color (decimal): -9961133 or 5439848. OLE color: 5439848.

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

Color convert

RGB 104 1 83 -
CMYK 0 0.99 0.20 0.59
HSL 312.23º 0.98% 0.21% -
HSV(B) 312.23º 0.99% 0.41% -
XYZ 7.28 3.59 8.49 -
YUV 41.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 104 1 83 0 0.99 0.20 0.59 312.23 0.98 0.21
Hex 68 1 53 0 63 14 3B 138 62 15
Octal 150 1 123 0 143 24 73 470 142 25
Binary 1101000 1 1010011 0 1100011 10100 111011 100111000 1100010 10101

Color Harmonies of #680153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680153

Black with #680153

Text Example


Text Example

White with #680153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680153; }

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

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

background-color css

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

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

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

border-color css

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

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

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