Html Css Color HEX #680C56 Palatinate Purple

📋 copy color: '#680C56'

red 104 ◦ green 12 ◦ blue 86

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

Shades of Palatinate Purple #680C56

Tints of Palatinate Purple #680C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.57%

R = 51.49%
G = 5.94%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#680C56 (or 0x680C56) is known color: Palatinate Purple. HEX triplet: 68, 0C and 56. RGB value is (104,12,86). Sum of RGB (Red+Green+Blue) = 104+12+86=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #680C56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C56 is #97F3A9. Grayscale: #2F2F2F. Windows color (decimal): -9958314 or 5639272. OLE color: 5639272.

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

Color convert

RGB 104 12 86 -
CMYK 0 0.88 0.17 0.59
HSL 311.74º 0.79% 0.23% -
HSV(B) 311.74º 0.88% 0.41% -
XYZ 7.52 3.88 9.16 -
YUV 47.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 104 12 86 0 0.88 0.17 0.59 311.74 0.79 0.23
Hex 68 C 56 0 58 11 3B 138 4F 17
Octal 150 14 126 0 130 21 73 470 117 27
Binary 1101000 1100 1010110 0 1011000 10001 111011 100111000 1001111 10111

Color Harmonies of #680C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C56

Black with #680C56

Text Example


Text Example

White with #680C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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