Html Css Color HEX #680767 Palatinate Purple

📋 copy color: '#680767'

red 104 ◦ green 7 ◦ blue 103

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

Shades of Palatinate Purple #680767

Tints of Palatinate Purple #680767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 48.13%

R = 48.6%
G = 3.27%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#680767 (or 0x680767) is known color: Palatinate Purple. HEX triplet: 68, 07 and 67. RGB value is (104,7,103). Sum of RGB (Red+Green+Blue) = 104+7+103=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #680767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680767 is #97F898. Grayscale: #2E2E2E. Windows color (decimal): -9959577 or 6752104. OLE color: 6752104.

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

Color convert

RGB 104 7 103 -
CMYK 0 0.93 0.01 0.59
HSL 300.62º 0.87% 0.22% -
HSV(B) 300.62º 0.93% 0.41% -
XYZ 8.23 4.07 13.18 -
YUV 46.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 104 7 103 0 0.93 0.01 0.59 300.62 0.87 0.22
Hex 68 7 67 0 5D 1 3B 12D 57 16
Octal 150 7 147 0 135 1 73 455 127 26
Binary 1101000 111 1100111 0 1011101 1 111011 100101101 1010111 10110

Color Harmonies of #680767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680767

Black with #680767

Text Example


Text Example

White with #680767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680767; }

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

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

background-color css

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

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

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

border-color css

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

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

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