Html Css Color HEX #680761 Palatinate Purple

📋 copy color: '#680761'

red 104 ◦ green 7 ◦ blue 97

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

Shades of Palatinate Purple #680761

Tints of Palatinate Purple #680761

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.37%

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

R = 50%
G = 3.37%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#680761 (or 0x680761) is known color: Palatinate Purple. HEX triplet: 68, 07 and 61. RGB value is (104,7,97). Sum of RGB (Red+Green+Blue) = 104+7+97=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #680761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680761 is #97F89E. Grayscale: #2E2E2E. Windows color (decimal): -9959583 or 6358888. OLE color: 6358888.

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

Color convert

RGB 104 7 97 -
CMYK 0 0.93 0.07 0.59
HSL 304.33º 0.87% 0.22% -
HSV(B) 304.33º 0.93% 0.41% -
XYZ 7.94 3.96 11.65 -
YUV 46.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 104 7 97 0 0.93 0.07 0.59 304.33 0.87 0.22
Hex 68 7 61 0 5D 7 3B 130 57 16
Octal 150 7 141 0 135 7 73 460 127 26
Binary 1101000 111 1100001 0 1011101 111 111011 100110000 1010111 10110

Color Harmonies of #680761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680761

Black with #680761

Text Example


Text Example

White with #680761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680761; }

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

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

background-color css

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

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

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

border-color css

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

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

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