Html Css Color HEX #682D56 Palatinate Purple

📋 copy color: '#682D56'

red 104 ◦ green 45 ◦ blue 86

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

Shades of Palatinate Purple #682D56

Tints of Palatinate Purple #682D56

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.15%

 BLUE value IS 86 (33.98% from 255) = 36.6%

R = 44.26%
G = 19.15%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#682D56 (or 0x682D56) is known color: Palatinate Purple. HEX triplet: 68, 2D and 56. RGB value is (104,45,86). Sum of RGB (Red+Green+Blue) = 104+45+86=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #682D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D56 is #97D2A9. Grayscale: #434343. Windows color (decimal): -9949866 or 5647720. OLE color: 5647720.

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

Color convert

RGB 104 45 86 -
CMYK 0 0.57 0.17 0.59
HSL 318.31º 0.4% 0.29% -
HSV(B) 318.31º 0.57% 0.41% -
XYZ 8.33 5.49 9.43 -
YUV 67.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 104 45 86 0 0.57 0.17 0.59 318.31 0.4 0.29
Hex 68 2D 56 0 39 11 3B 13E 28 1D
Octal 150 55 126 0 71 21 73 476 50 35
Binary 1101000 101101 1010110 0 111001 10001 111011 100111110 101000 11101

Color Harmonies of #682D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682D56

Black with #682D56

Text Example


Text Example

White with #682D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,45,86); }

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

background-color css

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

 a { background-color: rgb(104,45,86); }

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

border-color css

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

 span { border-color: rgb(104,45,86); }

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