Html Css Color HEX #680765 Palatinate Purple

📋 copy color: '#680765'

red 104 ◦ green 7 ◦ blue 101

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

Shades of Palatinate Purple #680765

Tints of Palatinate Purple #680765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 47.64%

R = 49.06%
G = 3.3%
B = 47.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#680765 (or 0x680765) is known color: Palatinate Purple. HEX triplet: 68, 07 and 65. RGB value is (104,7,101). Sum of RGB (Red+Green+Blue) = 104+7+101=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #680765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680765 is #97F89A. Grayscale: #2E2E2E. Windows color (decimal): -9959579 or 6621032. OLE color: 6621032.

HSL color Cylindrical-coordinate representation of color #680765: hue angle of 301.86º 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 #680765 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 7 101 -
CMYK 0 0.93 0.03 0.59
HSL 301.86º 0.87% 0.22% -
HSV(B) 301.86º 0.93% 0.41% -
XYZ 8.13 4.03 12.66 -
YUV 46.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 104 7 101 0 0.93 0.03 0.59 301.86 0.87 0.22
Hex 68 7 65 0 5D 3 3B 12E 57 16
Octal 150 7 145 0 135 3 73 456 127 26
Binary 1101000 111 1100101 0 1011101 11 111011 100101110 1010111 10110

Color Harmonies of #680765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680765

Black with #680765

Text Example


Text Example

White with #680765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680765; }

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

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

background-color css

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

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

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

border-color css

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

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

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