Html Css Color HEX #680C57 Palatinate Purple

📋 copy color: '#680C57'

red 104 ◦ green 12 ◦ blue 87

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

Shades of Palatinate Purple #680C57

Tints of Palatinate Purple #680C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 42.86%

R = 51.23%
G = 5.91%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#680C57 (or 0x680C57) is known color: Palatinate Purple. HEX triplet: 68, 0C and 57. RGB value is (104,12,87). Sum of RGB (Red+Green+Blue) = 104+12+87=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #680C57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C57 is #97F3A8. Grayscale: #2F2F2F. Windows color (decimal): -9958313 or 5704808. OLE color: 5704808.

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

Color convert

RGB 104 12 87 -
CMYK 0 0.88 0.16 0.59
HSL 311.09º 0.79% 0.23% -
HSV(B) 311.09º 0.88% 0.41% -
XYZ 7.56 3.89 9.37 -
YUV 48.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 104 12 87 0 0.88 0.16 0.59 311.09 0.79 0.23
Hex 68 C 57 0 58 10 3B 137 4F 17
Octal 150 14 127 0 130 20 73 467 117 27
Binary 1101000 1100 1010111 0 1011000 10000 111011 100110111 1001111 10111

Color Harmonies of #680C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C57

Black with #680C57

Text Example


Text Example

White with #680C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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