Html Css Color HEX #681767 Palatinate Purple

📋 copy color: '#681767'

red 104 ◦ green 23 ◦ blue 103

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

Shades of Palatinate Purple #681767

Tints of Palatinate Purple #681767

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10%

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

R = 45.22%
G = 10%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#681767 (or 0x681767) is known color: Palatinate Purple. HEX triplet: 68, 17 and 67. RGB value is (104,23,103). Sum of RGB (Red+Green+Blue) = 104+23+103=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #681767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681767 is #97E898. Grayscale: #383838. Windows color (decimal): -9955481 or 6756200. OLE color: 6756200.

HSL color Cylindrical-coordinate representation of color #681767: hue angle of 300.74º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681767 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 103 -
CMYK 0 0.78 0.01 0.59
HSL 300.74º 0.64% 0.25% -
HSV(B) 300.74º 0.78% 0.41% -
XYZ 8.46 4.54 13.26 -
YUV 56.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 104 23 103 0 0.78 0.01 0.59 300.74 0.64 0.25
Hex 68 17 67 0 4E 1 3B 12D 40 19
Octal 150 27 147 0 116 1 73 455 100 31
Binary 1101000 10111 1100111 0 1001110 1 111011 100101101 1000000 11001

Color Harmonies of #681767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681767

Black with #681767

Text Example


Text Example

White with #681767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681767; }

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

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

background-color css

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

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

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

border-color css

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

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

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