Html Css Color HEX #682F59 Palatinate Purple

📋 copy color: '#682F59'

red 104 ◦ green 47 ◦ blue 89

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

Shades of Palatinate Purple #682F59

Tints of Palatinate Purple #682F59

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.58%

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

R = 43.33%
G = 19.58%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#682F59 (or 0x682F59) is known color: Palatinate Purple. HEX triplet: 68, 2F and 59. RGB value is (104,47,89). Sum of RGB (Red+Green+Blue) = 104+47+89=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #682F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F59 is #97D0A6. Grayscale: #444444. Windows color (decimal): -9949351 or 5844840. OLE color: 5844840.

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

Color convert

RGB 104 47 89 -
CMYK 0 0.55 0.14 0.59
HSL 315.79º 0.38% 0.3% -
HSV(B) 315.79º 0.55% 0.41% -
XYZ 8.53 5.7 10.1 -
YUV 68.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 104 47 89 0 0.55 0.14 0.59 315.79 0.38 0.3
Hex 68 2F 59 0 37 E 3B 13C 26 1E
Octal 150 57 131 0 67 16 73 474 46 36
Binary 1101000 101111 1011001 0 110111 1110 111011 100111100 100110 11110

Color Harmonies of #682F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682F59

Black with #682F59

Text Example


Text Example

White with #682F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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