Html Css Color HEX #681657 Palatinate Purple

📋 copy color: '#681657'

red 104 ◦ green 22 ◦ blue 87

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

Shades of Palatinate Purple #681657

Tints of Palatinate Purple #681657

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.33%

 BLUE value IS 87 (34.38% from 255) = 40.85%

R = 48.83%
G = 10.33%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#681657 (or 0x681657) is known color: Palatinate Purple. HEX triplet: 68, 16 and 57. RGB value is (104,22,87). Sum of RGB (Red+Green+Blue) = 104+22+87=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #681657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681657 is #97E9A8. Grayscale: #353535. Windows color (decimal): -9955753 or 5707368. OLE color: 5707368.

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

Color convert

RGB 104 22 87 -
CMYK 0 0.79 0.16 0.59
HSL 312.44º 0.65% 0.25% -
HSV(B) 312.44º 0.79% 0.41% -
XYZ 7.72 4.2 9.42 -
YUV 53.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 104 22 87 0 0.79 0.16 0.59 312.44 0.65 0.25
Hex 68 16 57 0 4F 10 3B 138 41 19
Octal 150 26 127 0 117 20 73 470 101 31
Binary 1101000 10110 1010111 0 1001111 10000 111011 100111000 1000001 11001

Color Harmonies of #681657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681657

Black with #681657

Text Example


Text Example

White with #681657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681657; }

 p { color: rgb(104,22,87); }

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

background-color css

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

 a { background-color: rgb(104,22,87); }

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

border-color css

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

 span { border-color: rgb(104,22,87); }

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