Html Css Color HEX #682D61 Palatinate Purple

📋 copy color: '#682D61'

red 104 ◦ green 45 ◦ blue 97

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

Shades of Palatinate Purple #682D61

Tints of Palatinate Purple #682D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.43%

R = 42.28%
G = 18.29%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#682D61 (or 0x682D61) is known color: Palatinate Purple. HEX triplet: 68, 2D and 61. RGB value is (104,45,97). Sum of RGB (Red+Green+Blue) = 104+45+97=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #682D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D61 is #97D29E. Grayscale: #444444. Windows color (decimal): -9949855 or 6368616. OLE color: 6368616.

HSL color Cylindrical-coordinate representation of color #682D61: hue angle of 307.12º 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 #682D61 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 45 97 -
CMYK 0 0.57 0.07 0.59
HSL 307.12º 0.4% 0.29% -
HSV(B) 307.12º 0.57% 0.41% -
XYZ 8.8 5.68 11.94 -
YUV 68.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 104 45 97 0 0.57 0.07 0.59 307.12 0.4 0.29
Hex 68 2D 61 0 39 7 3B 133 28 1D
Octal 150 55 141 0 71 7 73 463 50 35
Binary 1101000 101101 1100001 0 111001 111 111011 100110011 101000 11101

Color Harmonies of #682D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682D61

Black with #682D61

Text Example


Text Example

White with #682D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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