Html Css Color HEX #680C52 Tyrian Purple

📋 copy color: '#680C52'

red 104 ◦ green 12 ◦ blue 82

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

Shades of Tyrian Purple #680C52

Tints of Tyrian Purple #680C52

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.06%

 BLUE value IS 82 (32.42% from 255) = 41.41%

R = 52.53%
G = 6.06%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#680C52 (or 0x680C52) is known color: Tyrian Purple. HEX triplet: 68, 0C and 52. RGB value is (104,12,82). Sum of RGB (Red+Green+Blue) = 104+12+82=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #680C52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C52 is #97F3AD. Grayscale: #2F2F2F. Windows color (decimal): -9958318 or 5377128. OLE color: 5377128.

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

Color convert

RGB 104 12 82 -
CMYK 0 0.88 0.21 0.59
HSL 314.35º 0.79% 0.23% -
HSV(B) 314.35º 0.88% 0.41% -
XYZ 7.36 3.82 8.33 -
YUV 47.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 104 12 82 0 0.88 0.21 0.59 314.35 0.79 0.23
Hex 68 C 52 0 58 15 3B 13A 4F 17
Octal 150 14 122 0 130 25 73 472 117 27
Binary 1101000 1100 1010010 0 1011000 10101 111011 100111010 1001111 10111

Color Harmonies of #680C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C52

Black with #680C52

Text Example


Text Example

White with #680C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,12,82); }

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

background-color css

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

 a { background-color: rgb(104,12,82); }

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

border-color css

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

 span { border-color: rgb(104,12,82); }

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