Html Css Color HEX #681757 Palatinate Purple

📋 copy color: '#681757'

red 104 ◦ green 23 ◦ blue 87

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

Shades of Palatinate Purple #681757

Tints of Palatinate Purple #681757

RGB

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

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

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

R = 48.6%
G = 10.75%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#681757 (or 0x681757) is known color: Palatinate Purple. HEX triplet: 68, 17 and 57. RGB value is (104,23,87). Sum of RGB (Red+Green+Blue) = 104+23+87=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #681757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681757 is #97E8A8. Grayscale: #363636. Windows color (decimal): -9955497 or 5707624. OLE color: 5707624.

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

Color convert

RGB 104 23 87 -
CMYK 0 0.78 0.16 0.59
HSL 312.59º 0.64% 0.25% -
HSV(B) 312.59º 0.78% 0.41% -
XYZ 7.74 4.24 9.43 -
YUV 54.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 104 23 87 0 0.78 0.16 0.59 312.59 0.64 0.25
Hex 68 17 57 0 4E 10 3B 139 40 19
Octal 150 27 127 0 116 20 73 471 100 31
Binary 1101000 10111 1010111 0 1001110 10000 111011 100111001 1000000 11001

Color Harmonies of #681757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681757

Black with #681757

Text Example


Text Example

White with #681757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681757; }

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

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

background-color css

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

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

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

border-color css

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

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

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