Html Css Color HEX #682959 Palatinate Purple

📋 copy color: '#682959'

red 104 ◦ green 41 ◦ blue 89

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

Shades of Palatinate Purple #682959

Tints of Palatinate Purple #682959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.52%

 BLUE value IS 89 (35.16% from 255) = 38.03%

R = 44.44%
G = 17.52%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#682959 (or 0x682959) is known color: Palatinate Purple. HEX triplet: 68, 29 and 59. RGB value is (104,41,89). Sum of RGB (Red+Green+Blue) = 104+41+89=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #682959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682959 is #97D6A6. Grayscale: #414141. Windows color (decimal): -9950887 or 5843304. OLE color: 5843304.

HSL color Cylindrical-coordinate representation of color #682959: hue angle of 314.29º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #682959 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 41 89 -
CMYK 0 0.61 0.14 0.59
HSL 314.29º 0.43% 0.28% -
HSV(B) 314.29º 0.61% 0.41% -
XYZ 8.31 5.25 10.03 -
YUV 65.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 104 41 89 0 0.61 0.14 0.59 314.29 0.43 0.28
Hex 68 29 59 0 3D E 3B 13A 2B 1C
Octal 150 51 131 0 75 16 73 472 53 34
Binary 1101000 101001 1011001 0 111101 1110 111011 100111010 101011 11100

Color Harmonies of #682959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682959

Black with #682959

Text Example


Text Example

White with #682959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682959; }

 p { color: rgb(104,41,89); }

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

background-color css

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

 a { background-color: rgb(104,41,89); }

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

border-color css

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

 span { border-color: rgb(104,41,89); }

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