Html Css Color HEX #680A61 Palatinate Purple

📋 copy color: '#680A61'

red 104 ◦ green 10 ◦ blue 97

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

Shades of Palatinate Purple #680A61

Tints of Palatinate Purple #680A61

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.74%

 BLUE value IS 97 (38.28% from 255) = 45.97%

R = 49.29%
G = 4.74%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#680A61 (or 0x680A61) is known color: Palatinate Purple. HEX triplet: 68, 0A and 61. RGB value is (104,10,97). Sum of RGB (Red+Green+Blue) = 104+10+97=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #680A61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A61 is #97F59E. Grayscale: #2F2F2F. Windows color (decimal): -9958815 or 6359656. OLE color: 6359656.

HSL color Cylindrical-coordinate representation of color #680A61: hue angle of 304.47º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A61 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 10 97 -
CMYK 0 0.90 0.07 0.59
HSL 304.47º 0.82% 0.22% -
HSV(B) 304.47º 0.9% 0.41% -
XYZ 7.98 4.02 11.67 -
YUV 48.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 104 10 97 0 0.90 0.07 0.59 304.47 0.82 0.22
Hex 68 A 61 0 5A 7 3B 130 52 16
Octal 150 12 141 0 132 7 73 460 122 26
Binary 1101000 1010 1100001 0 1011010 111 111011 100110000 1010010 10110

Color Harmonies of #680A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A61

Black with #680A61

Text Example


Text Example

White with #680A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,10,97); }

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

background-color css

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

 a { background-color: rgb(104,10,97); }

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

border-color css

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

 span { border-color: rgb(104,10,97); }

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