Html Css Color HEX #680C33 Tyrian Purple

📋 copy color: '#680C33'

red 104 ◦ green 12 ◦ blue 51

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

Shades of Tyrian Purple #680C33

Tints of Tyrian Purple #680C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.54%

R = 62.28%
G = 7.19%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#680C33 (or 0x680C33) is known color: Tyrian Purple. HEX triplet: 68, 0C and 33. RGB value is (104,12,51). Sum of RGB (Red+Green+Blue) = 104+12+51=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #680C33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C33 is #97F3CC. Grayscale: #2B2B2B. Windows color (decimal): -9958349 or 3345512. OLE color: 3345512.

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

Color convert

RGB 104 12 51 -
CMYK 0 0.88 0.51 0.59
HSL 334.57º 0.79% 0.23% -
HSV(B) 334.57º 0.88% 0.41% -
XYZ 6.44 3.45 3.46 -
YUV 43.95 131.98 170.83 -
System Red Green Blue C M Y K H S L
Decimal 104 12 51 0 0.88 0.51 0.59 334.57 0.79 0.23
Hex 68 C 33 0 58 33 3B 14F 4F 17
Octal 150 14 63 0 130 63 73 517 117 27
Binary 1101000 1100 110011 0 1011000 110011 111011 101001111 1001111 10111

Color Harmonies of #680C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C33

Black with #680C33

Text Example


Text Example

White with #680C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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