Html Css Color HEX #682E59 Palatinate Purple

📋 copy color: '#682E59'

red 104 ◦ green 46 ◦ blue 89

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

Shades of Palatinate Purple #682E59

Tints of Palatinate Purple #682E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.25%

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

R = 43.51%
G = 19.25%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#682E59 (or 0x682E59) is known color: Palatinate Purple. HEX triplet: 68, 2E and 59. RGB value is (104,46,89). Sum of RGB (Red+Green+Blue) = 104+46+89=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #682E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E59 is #97D1A6. Grayscale: #444444. Windows color (decimal): -9949607 or 5844584. OLE color: 5844584.

HSL color Cylindrical-coordinate representation of color #682E59: hue angle of 315.52º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682E59 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 46 89 -
CMYK 0 0.56 0.14 0.59
HSL 315.52º 0.39% 0.29% -
HSV(B) 315.52º 0.56% 0.41% -
XYZ 8.49 5.62 10.09 -
YUV 68.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 104 46 89 0 0.56 0.14 0.59 315.52 0.39 0.29
Hex 68 2E 59 0 38 E 3B 13C 27 1D
Octal 150 56 131 0 70 16 73 474 47 35
Binary 1101000 101110 1011001 0 111000 1110 111011 100111100 100111 11101

Color Harmonies of #682E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E59

Black with #682E59

Text Example


Text Example

White with #682E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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